Lines Matching defs:DefMBB
904 MachineBasicBlock *DefMBB) {
905 if (MBB == DefMBB)
907 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
910 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
911 MachineDomTreeNode *DefDomNode = MDT[DefMBB];
923 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB)
931 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB)
942 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB)
1093 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
1095 Dom.first = findShallowDominator(Dom.first, DefMBB);