Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp733 BasicBlock *LatchBB = L->getLoopLatch(); in alreadyPrepared() local
735 if (!PredBB || !LatchBB) in alreadyPrepared()
760 if ((CurrentPHINode->getIncomingBlock(0) == LatchBB && in alreadyPrepared()
762 (CurrentPHINode->getIncomingBlock(1) == LatchBB && in alreadyPrepared()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6107 auto *LatchBB = L->getLoopLatch(); in isAddRecNeverPoison() local
6108 if (!ExitingBB || !LatchBB || ExitingBB != LatchBB) in isAddRecNeverPoison()
6130 if (BI->getParent() == LatchBB) { in isAddRecNeverPoison()