Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1912 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch() local
1913 bool ConditionTrue = HotTarget == BI->getSuccessor(0); in fixupBranch()
1917 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) && in fixupBranch()