Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp494 std::pair<uint64_t, uint64_t> &HotTarget = in maybeGetHotJumpTableTargets() local
496 HotTarget.first += AccessInfo.Count; in maybeGetHotJumpTableTargets()
497 HotTarget.second = Index; in maybeGetHotJumpTableTargets()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1883 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch() local
1884 bool ConditionTrue = HotTarget == BI->getSuccessor(0); in fixupBranch()
1888 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) && in fixupBranch()