Searched refs:Rung (Results 1 – 1 of 1) sorted by relevance
3283 for (DomTreeNode *Rung = DT.getNode(L->getLoopLatch()); in CollectChains() local3284 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() local5601 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()