Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1916 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch() local
1917 bool ConditionTrue = HotTarget == BI->getSuccessor(0); in fixupBranch()
1921 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) && in fixupBranch()