Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLICM.cpp665 SmallVector<MachineBasicBlock*, 8> CurrentLoopExitingBlocks; in IsGuaranteedToExecute() local
666 CurLoop->getExitingBlocks(CurrentLoopExitingBlocks); in IsGuaranteedToExecute()
667 for (MachineBasicBlock *CurrentLoopExitingBlock : CurrentLoopExitingBlocks) in IsGuaranteedToExecute()