Home
last modified time | relevance | path

Searched refs:CurrentLoopExitingBlocks (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineLICM.cpp649 SmallVector<MachineBasicBlock*, 8> CurrentLoopExitingBlocks; in IsGuaranteedToExecute() local
650 CurLoop->getExitingBlocks(CurrentLoopExitingBlocks); in IsGuaranteedToExecute()
651 for (MachineBasicBlock *CurrentLoopExitingBlock : CurrentLoopExitingBlocks) in IsGuaranteedToExecute()