HomeSort by relevance Sort by last modified time
    Searched refs:DefMBB (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
MachineSink.cpp 129 MachineBasicBlock *DefMBB,
197 MachineBasicBlock *DefMBB,
228 UseInst->getOperand(OpNo+1).getMBB() == DefMBB)) {
245 } else if (UseBlock == DefMBB) {
SplitKit.h 328 /// also dominated by DefMBB. Busy is measured by loop depth.
330 MachineBasicBlock *DefMBB);
SplitKit.cpp 666 MachineBasicBlock *DefMBB) {
667 if (MBB == DefMBB)
669 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
672 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
673 MachineDomTreeNode *DefDomNode = MDT[DefMBB];
685 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
692 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
702 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
791 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
793 Dom.first = findShallowDominator(Dom.first, DefMBB);
    [all...]
MachineTraceMetrics.cpp     [all...]

Completed in 153 milliseconds