Home
last modified time | relevance | path

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

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