Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDMachineLICM.cpp637 SmallVector<MachineBasicBlock*, 8> CurrentLoopExitingBlocks; in IsGuaranteedToExecute() local
638 CurLoop->getExitingBlocks(CurrentLoopExitingBlocks); in IsGuaranteedToExecute()
639 for (unsigned i = 0, e = CurrentLoopExitingBlocks.size(); i != e; ++i) in IsGuaranteedToExecute()
640 if (!DT->dominates(BB, CurrentLoopExitingBlocks[i])) { in IsGuaranteedToExecute()