Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewireSuccessor (0.31 sec)

  1. src/cmd/compile/internal/ssa/sccp.go

    		}
    	default:
    		t.f.Fatalf("All kind of block should be processed above.")
    	}
    }
    
    // rewireSuccessor rewires corresponding successors according to constant value
    // discovered by previous analysis. As the result, some successors become unreachable
    // and thus can be removed in further deadcode phase
    func rewireSuccessor(block *Block, constVal *Value) bool {
    	switch block.Kind {
    	case BlockIf:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:54:50 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top