Searched refs:CondSucc (Results 1 – 1 of 1) sorted by relevance
819 BinaryBasicBlock *CondSucc = PredBB->getConditionalSuccessor(true); in fixTailCalls() local820 if (!CondSucc) in fixTailCalls()853 const bool DirectionFlag = CondSucc == BB ? IsForwardCTC : !IsForwardCTC; in fixTailCalls()861 if (CondSucc != BB) { in fixTailCalls()868 NeedsUncondBranch.emplace_back(PredBB, CondSucc); in fixTailCalls()908 const BinaryBasicBlock *CondSucc = Entry.second; in fixTailCalls() local933 MIB->replaceBranchTarget(*UncondBranch, CondSucc->getLabel(), Ctx); in fixTailCalls()936 MIB->createUncondBranch(Branch, CondSucc->getLabel(), Ctx); in fixTailCalls()