Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3283 for (DomTreeNode *Rung = DT.getNode(L->getLoopLatch()); in CollectChains() local
3284 Rung->getBlock() != LoopHeader; Rung = Rung->getIDom()) { in CollectChains()
3285 LatchPath.push_back(Rung->getBlock()); in CollectChains()
5600 for (DomTreeNode *Rung = DT.getNode(IP->getParent()); ; ) { in HoistInsertPosition() local
5601 if (!Rung) return IP; in HoistInsertPosition()
5602 Rung = Rung->getIDom(); in HoistInsertPosition()
5603 if (!Rung) return IP; in HoistInsertPosition()
5604 IDom = Rung->getBlock(); in HoistInsertPosition()