HomeSort by relevance Sort by last modified time
    Searched defs:MDT (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 46 const MachineDominatorTree *MDT;
ScheduleDAGInstrs.h 39 const MachineDominatorTree &MDT;
46 LoopDependencies(const MachineDominatorTree &mdt) : MDT(mdt) {}
59 const MachineDomTreeNode *Node = MDT.getNode(Header);
177 const MachineDominatorTree &MDT;
250 const MachineDominatorTree &mdt,
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 128 MachineDominatorTree *MDT = getAnalysisIfAvailable<MachineDominatorTree>();
149 if (MDT && MDT->getNode(BB)) MDT->eraseNode(BB);
SplitKit.h 215 MachineDominatorTree &MDT;
PostRASchedulerList.cpp 134 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
197 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
201 : ScheduleDAGInstrs(MF, MLI, MDT, /*IsPostRA=*/true), Topo(SUnits), AA(AA),
258 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
291 SchedulePostRATDList Scheduler(Fn, MLI, MDT, AA, RegClassInfo, AntiDepMode,
LiveDebugVariables.cpp 224 /// @param MDT Dominator tree.
228 LiveIntervals &LIS, MachineDominatorTree &MDT,
247 LiveIntervals &LIS, MachineDominatorTree &MDT,
286 MachineDominatorTree *MDT;
488 LiveIntervals &LIS, MachineDominatorTree &MDT,
537 MDT.getNode(MBB)->getChildren();
623 MachineDominatorTree &MDT,
639 extendDef(Idx, LocNo, 0, 0, 0, LIS, MDT, UVS);
652 extendDef(Idx, LocNo, LI, VNI, &Kills, LIS, MDT, UVS);
663 extendDef(Idx, LocNo, LI, VNI, 0, LIS, MDT, UVS)
    [all...]
InlineSpiller.cpp 59 MachineDominatorTree &MDT;
143 MDT(pass.getAnalysis<MachineDominatorTree>()),
440 MDT.dominates(SV.SpillMBB, DepSV.SpillMBB))) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 102 MachineDominatorTree &MDT);
158 MachineFunction &MF, MachineLoopInfo &MLI,MachineDominatorTree &MDT)
159 : VLIWPacketizerList(MF, MLI, MDT, true){
165 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
168 HexagonPacketizerList Packetizer(Fn, MLI, MDT);
    [all...]

Completed in 389 milliseconds