Searched defs:PredOther (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2462 uint64_t PredOther = PBIOp ?PredTrueWeight : PredFalseWeight; local
2466 // PredOther * SuccCommon.
2467 // The weight to OtherDest should be PredOther * SuccOther.
2470 PredOther * SuccCommon);
2471 NewWeights.push_back(PredOther * SuccOther);

Completed in 50 milliseconds