Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1917 bool ConditionTrue = HotTarget == BI->getSuccessor(0); in fixupBranch() local
1918 addToMergedCondition(ConditionTrue, Cond, BI, Scope, IRB, in fixupBranch()
1921 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) && in fixupBranch()
1923 Value *NewCondition = ConditionTrue ? in fixupBranch()