Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1907 bool ConditionTrue = HotTarget == BI->getSuccessor(0); in fixupBranch() local
1908 addToMergedCondition(ConditionTrue, Cond, BI, Scope, IRB, in fixupBranch()
1911 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) && in fixupBranch()
1913 Value *NewCondition = ConditionTrue ? in fixupBranch()