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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2412 uint64_t PredOther = PBIOp ?PredTrueWeight : PredFalseWeight; local
2416 // PredOther * SuccCommon.
2417 // The weight to OtherDest should be PredOther * SuccOther.
2420 PredOther * SuccCommon);
2421 NewWeights.push_back(PredOther * SuccOther);

Completed in 72 milliseconds