Searched refs:Rung (Results 1 – 2 of 2) sorted by relevance
90 for (DomTreeNode *Rung = DT->getNode(BB); in isSimplifiedLoopNest() local91 Rung; Rung = Rung->getIDom()) { in isSimplifiedLoopNest()92 BasicBlock *DomBB = Rung->getBlock(); in isSimplifiedLoopNest()
2769 for (DomTreeNode *Rung = DT.getNode(L->getLoopLatch()); in CollectChains() local2770 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() local4410 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() local4896 Rung; Rung = Rung->getIDom()) { in LSRInstance()[all …]