Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1913 bool ConditionTrue = HotTarget == BI->getSuccessor(0); in fixupBranch() local
1914 addToMergedCondition(ConditionTrue, Cond, BI, Scope, IRB, in fixupBranch()
1917 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) && in fixupBranch()
1919 Value *NewCondition = ConditionTrue ? in fixupBranch()