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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1918 bool ConditionTrue = HotTarget == BI->getSuccessor(0); local
1919 addToMergedCondition(ConditionTrue, Cond, BI, Scope, IRB,
1922 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) &&
1924 Value *NewCondition = ConditionTrue ?

Completed in 111 milliseconds