Searched refs:CurrentLoopExitingBlocks (Results 1 – 1 of 1) sorted by relevance
734 SmallVector<MachineBasicBlock*, 8> CurrentLoopExitingBlocks; in IsGuaranteedToExecute() local735 CurLoop->getExitingBlocks(CurrentLoopExitingBlocks); in IsGuaranteedToExecute()736 for (MachineBasicBlock *CurrentLoopExitingBlock : CurrentLoopExitingBlocks) in IsGuaranteedToExecute()