Searched refs:HotTarget (Results 1 – 2 of 2) sorted by relevance
494 std::pair<uint64_t, uint64_t> &HotTarget = in maybeGetHotJumpTableTargets() local496 HotTarget.first += AccessInfo.Count; in maybeGetHotJumpTableTargets()497 HotTarget.second = Index; in maybeGetHotJumpTableTargets()
1883 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch() local1884 bool ConditionTrue = HotTarget == BI->getSuccessor(0); in fixupBranch()1888 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) && in fixupBranch()