Lines Matching defs:Rung
3283 for (DomTreeNode *Rung = DT.getNode(L->getLoopLatch());
3284 Rung->getBlock() != LoopHeader; Rung = Rung->getIDom()) {
3285 LatchPath.push_back(Rung->getBlock());
5600 for (DomTreeNode *Rung = DT.getNode(IP->getParent()); ; ) {
5601 if (!Rung) return IP;
5602 Rung = Rung->getIDom();
5603 if (!Rung) return IP;
5604 IDom = Rung->getBlock();