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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2439 uint64_t SuccCommon = BIOp ? SuccFalseWeight : SuccTrueWeight; local
2442 // PredOther * SuccCommon.
2445 NewWeights.push_back(PredCommon * (SuccCommon + SuccOther) +
2446 PredOther * SuccCommon);

Completed in 51 milliseconds