Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DefMBB

892                                   MachineBasicBlock *DefMBB) {
893 if (MBB == DefMBB)
895 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
898 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
899 MachineDomTreeNode *DefDomNode = MDT[DefMBB];
911 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB)
919 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB)
930 LLVM_DEBUG(dbgs() << "Def in " << printMBBReference(*DefMBB)
1083 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
1085 Dom.first = findShallowDominator(Dom.first, DefMBB);