Searched refs:ConditionTrue (Results 1 – 1 of 1) sorted by relevance
1918 bool ConditionTrue = HotTarget == BI->getSuccessor(0); in fixupBranch() local1919 addToMergedCondition(ConditionTrue, Cond, BI, Scope, IRB, in fixupBranch()1922 assert(ConditionTrue == (HotTarget == BI->getSuccessor(0)) && in fixupBranch()1924 Value *NewCondition = ConditionTrue ? in fixupBranch()