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

  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.h 37 const MachineDominatorTree &MDT;
45 const MachineDominatorTree &mdt) :
46 MLI(mli), MDT(mdt) {}
59 const MachineDomTreeNode *Node = MDT.getNode(Header);
103 const MachineDominatorTree &MDT;
144 const MachineDominatorTree &mdt);
Splitter.h 56 MachineDominatorTree *mdt; member in class:llvm::LoopSplitter
ScheduleDAGInstrs.cpp 36 const MachineDominatorTree &mdt)
37 : ScheduleDAG(mf), MLI(mli), MDT(mdt), MFI(mf.getFrameInfo()),
40 LoopRegs(MLI, MDT), FirstDbgValue(0) {
SplitKit.cpp 305 MachineDominatorTree &mdt)
308 MDT(mdt),
655 assert(MDT.dominates(DefMBB, MBB) && "MBB must be dominated by the def.");
659 MachineDomTreeNode *DefDomNode = MDT[DefMBB];
694 MachineDomTreeNode *IDom = MDT[Loop->getHeader()]->getIDom();
697 if (!IDom || !MDT.dominates(DefDomNode, IDom))
755 MDT.findNearestCommonDominator(Dom.first, ValMBB);
891 LRC.addLiveInBlock(LI, MDT[MBB], End);
894 LRC.addLiveInBlock(LI, MDT[MBB])
    [all...]
Splitter.cpp 284 mdt = &getAnalysis<MachineDominatorTree>();

Completed in 280 milliseconds