Searched refs:HotTarget (Results 1 – 1 of 1) sorted by relevance
1917 BasicBlock *HotTarget = IsTrueBiased ? IfThen : IfElse; in fixupBranch() local1918 bool ConditionTrue = HotTarget == BI->getSuccessor(0); in fixupBranch()1922 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) && in fixupBranch()