Lines Matching refs:Rung
2769 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()
4897 BasicBlock *BB = Rung->getBlock(); in LSRInstance()