Searched refs:PredSucc (Results 1 – 2 of 2) sorted by relevance
924 const BinaryBasicBlock *PredSucc = PredBB->getSuccessor(); in fixTailCalls() local925 assert(PredSucc && "The other branch should be a tail call"); in fixTailCalls()927 const bool HasFallthrough = (NextBlock && PredSucc == NextBlock); in fixTailCalls()
3023 for (const SDep &PredSucc : PredSU->Succs) { in PrescheduleNodesWithMultipleUses() local3024 SUnit *PredSuccSU = PredSucc.getSUnit(); in PrescheduleNodesWithMultipleUses()