Searched refs:OldExit (Results 1 – 3 of 3) sorted by relevance
809 BasicBlock *OldExit = SubRegion->getExit(); in changeExit() local814 for (BasicBlock *BB : llvm::make_early_inc_range(predecessors(OldExit))) { in changeExit()819 delPhiValues(BB, OldExit); in changeExit()820 BB->getTerminator()->replaceUsesOfWith(OldExit, NewExit); in changeExit()
86 BlockT *OldExit = getExit(); in replaceExitRecursive() local 95 if (Child->getExit() == OldExit) in replaceExitRecursive()
1587 auto OldExit = BlockInfo[UnavailablePred->getNumber()].Exit; in doPRE() local1599 AvailableInfo, OldExit); in doPRE()