Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DIVUsers.cpp90 for (DomTreeNode *Rung = DT->getNode(BB); in isSimplifiedLoopNest() local
91 Rung; Rung = Rung->getIDom()) { in isSimplifiedLoopNest()
92 BasicBlock *DomBB = Rung->getBlock(); in isSimplifiedLoopNest()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2769 for (DomTreeNode *Rung = DT.getNode(L->getLoopLatch()); in CollectChains() local
2770 Rung->getBlock() != LoopHeader; Rung = Rung->getIDom()) { in CollectChains()
2771 LatchPath.push_back(Rung->getBlock()); in CollectChains()
4409 for (DomTreeNode *Rung = DT.getNode(IP->getParent()); ; ) { in HoistInsertPosition() local
4410 if (!Rung) return IP; in HoistInsertPosition()
4411 Rung = Rung->getIDom(); in HoistInsertPosition()
4412 if (!Rung) return IP; in HoistInsertPosition()
4413 IDom = Rung->getBlock(); in HoistInsertPosition()
4895 for (DomTreeNode *Rung = DT.getNode(L->getLoopPreheader()); in LSRInstance() local
4896 Rung; Rung = Rung->getIDom()) { in LSRInstance()
[all …]