Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DIVUsers.cpp93 for (DomTreeNode *Rung = DT->getNode(BB); in isSimplifiedLoopNest() local
94 Rung; Rung = Rung->getIDom()) { in isSimplifiedLoopNest()
95 BasicBlock *DomBB = Rung->getBlock(); in isSimplifiedLoopNest()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DIVUsers.cpp99 for (DomTreeNode *Rung = DT->getNode(BB); in isSimplifiedLoopNest() local
100 Rung; Rung = Rung->getIDom()) { in isSimplifiedLoopNest()
101 BasicBlock *DomBB = Rung->getBlock(); in isSimplifiedLoopNest()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2732 for (DomTreeNode *Rung = DT.getNode(L->getLoopLatch()); in CollectChains() local
2733 Rung->getBlock() != LoopHeader; Rung = Rung->getIDom()) { in CollectChains()
2734 LatchPath.push_back(Rung->getBlock()); in CollectChains()
4346 for (DomTreeNode *Rung = DT.getNode(IP->getParent()); ; ) { in HoistInsertPosition() local
4347 if (!Rung) return IP; in HoistInsertPosition()
4348 Rung = Rung->getIDom(); in HoistInsertPosition()
4349 if (!Rung) return IP; in HoistInsertPosition()
4350 IDom = Rung->getBlock(); in HoistInsertPosition()
4810 for (DomTreeNode *Rung = DT.getNode(L->getLoopPreheader()); in LSRInstance() local
4811 Rung; Rung = Rung->getIDom()) { in LSRInstance()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3011 for (DomTreeNode *Rung = DT.getNode(L->getLoopLatch()); in CollectChains() local
3012 Rung->getBlock() != LoopHeader; Rung = Rung->getIDom()) { in CollectChains()
3013 LatchPath.push_back(Rung->getBlock()); in CollectChains()
4915 for (DomTreeNode *Rung = DT.getNode(IP->getParent()); ; ) { in HoistInsertPosition() local
4916 if (!Rung) return IP; in HoistInsertPosition()
4917 Rung = Rung->getIDom(); in HoistInsertPosition()
4918 if (!Rung) return IP; in HoistInsertPosition()
4919 IDom = Rung->getBlock(); in HoistInsertPosition()
5370 for (DomTreeNode *Rung = DT.getNode(L->getLoopPreheader()); in LSRInstance() local
5371 Rung; Rung = Rung->getIDom()) { in LSRInstance()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3394 for (DomTreeNode *Rung = DT.getNode(IP->getParent()); ; ) { in HoistInsertPosition() local
3395 if (!Rung) return IP; in HoistInsertPosition()
3396 Rung = Rung->getIDom(); in HoistInsertPosition()
3397 if (!Rung) return IP; in HoistInsertPosition()
3398 IDom = Rung->getBlock(); in HoistInsertPosition()