Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1884 bool ConditionTrue = HotTarget == BI->getSuccessor(0); in fixupBranch() local
1885 addToMergedCondition(ConditionTrue, Cond, BI, Scope, IRB, in fixupBranch()
1888 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) && in fixupBranch()
1890 Value *NewCondition = ConditionTrue ? in fixupBranch()