Searched refs:Rung (Results 1 – 5 of 5) sorted by relevance
93 for (DomTreeNode *Rung = DT->getNode(BB); in isSimplifiedLoopNest() local94 Rung; Rung = Rung->getIDom()) { in isSimplifiedLoopNest()95 BasicBlock *DomBB = Rung->getBlock(); in isSimplifiedLoopNest()
99 for (DomTreeNode *Rung = DT->getNode(BB); in isSimplifiedLoopNest() local100 Rung; Rung = Rung->getIDom()) { in isSimplifiedLoopNest()101 BasicBlock *DomBB = Rung->getBlock(); in isSimplifiedLoopNest()
2732 for (DomTreeNode *Rung = DT.getNode(L->getLoopLatch()); in CollectChains() local2733 Rung->getBlock() != LoopHeader; Rung = Rung->getIDom()) { in CollectChains()2734 LatchPath.push_back(Rung->getBlock()); in CollectChains()4346 for (DomTreeNode *Rung = DT.getNode(IP->getParent()); ; ) { in HoistInsertPosition() local4347 if (!Rung) return IP; in HoistInsertPosition()4348 Rung = Rung->getIDom(); in HoistInsertPosition()4349 if (!Rung) return IP; in HoistInsertPosition()4350 IDom = Rung->getBlock(); in HoistInsertPosition()4810 for (DomTreeNode *Rung = DT.getNode(L->getLoopPreheader()); in LSRInstance() local4811 Rung; Rung = Rung->getIDom()) { in LSRInstance()[all …]
3011 for (DomTreeNode *Rung = DT.getNode(L->getLoopLatch()); in CollectChains() local3012 Rung->getBlock() != LoopHeader; Rung = Rung->getIDom()) { in CollectChains()3013 LatchPath.push_back(Rung->getBlock()); in CollectChains()4915 for (DomTreeNode *Rung = DT.getNode(IP->getParent()); ; ) { in HoistInsertPosition() local4916 if (!Rung) return IP; in HoistInsertPosition()4917 Rung = Rung->getIDom(); in HoistInsertPosition()4918 if (!Rung) return IP; in HoistInsertPosition()4919 IDom = Rung->getBlock(); in HoistInsertPosition()5370 for (DomTreeNode *Rung = DT.getNode(L->getLoopPreheader()); in LSRInstance() local5371 Rung; Rung = Rung->getIDom()) { in LSRInstance()[all …]
3394 for (DomTreeNode *Rung = DT.getNode(IP->getParent()); ; ) { in HoistInsertPosition() local3395 if (!Rung) return IP; in HoistInsertPosition()3396 Rung = Rung->getIDom(); in HoistInsertPosition()3397 if (!Rung) return IP; in HoistInsertPosition()3398 IDom = Rung->getBlock(); in HoistInsertPosition()