Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DefMBB

694                                   MachineBasicBlock *DefMBB) {
695 if (MBB == DefMBB)
697 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
700 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
701 MachineDomTreeNode *DefDomNode = MDT[DefMBB];
713 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
720 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
730 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
881 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
883 Dom.first = findShallowDominator(Dom.first, DefMBB);