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 90 MachineBasicBlock *DefMBB,
158 MachineBasicBlock *DefMBB,
190 UseInst->getOperand(I.getOperandNo()+1).getMBB() == DefMBB)) {
208 } else if (UseBlock == DefMBB) {
SplitKit.h 328 /// also dominated by DefMBB. Busy is measured by loop depth.
330 MachineBasicBlock *DefMBB);
SplitKit.cpp 679 MachineBasicBlock *DefMBB) {
680 if (MBB == DefMBB)
682 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
685 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
686 MachineDomTreeNode *DefDomNode = MDT[DefMBB];
698 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
705 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
715 DEBUG(dbgs() << "Def in BB#" << DefMBB->getNumber() << " dominates BB#"
806 MachineBasicBlock *DefMBB = LIS.getMBBFromIndex(ParentVNI->def);
808 Dom.first = findShallowDominator(Dom.first, DefMBB);
    [all...]
MachineTraceMetrics.cpp     [all...]

Completed in 536 milliseconds