Home
last modified time | relevance | path

Searched refs:ExpectedValueIsLikely (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp122 bool ExpectedValueIsLikely = true; in handlePhiDef() local
131 ExpectedValueIsLikely = (TrueProb > 0.5); in handlePhiDef()
226 if (ExpectedValueIsLikely == (ExpectedPhiValue == CurrentPhiValue)) in handlePhiDef()
259 if (!ExpectedValueIsLikely) in handlePhiDef()