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

  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 124 MachineDominatorTree *MDT = getAnalysisIfAvailable<MachineDominatorTree>();
145 if (MDT && MDT->getNode(BB)) MDT->eraseNode(BB);
PostRASchedulerList.cpp 135 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
191 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
195 : ScheduleDAGInstrs(MF, MLI, MDT, /*IsPostRA=*/true), AA(AA), EndIndex(0) {
254 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
287 SchedulePostRATDList Scheduler(Fn, MLI, MDT, AA, RegClassInfo, AntiDepMode,
SplitKit.h 216 MachineDominatorTree &MDT;
LiveDebugVariables.cpp 230 /// @param MDT Dominator tree.
234 LiveIntervals &LIS, MachineDominatorTree &MDT,
253 LiveIntervals &LIS, MachineDominatorTree &MDT,
289 MachineDominatorTree *MDT;
504 LiveIntervals &LIS, MachineDominatorTree &MDT,
553 MDT.getNode(MBB)->getChildren();
637 MachineDominatorTree &MDT,
653 extendDef(Idx, LocNo, nullptr, nullptr, nullptr, LIS, MDT, UVS);
666 extendDef(Idx, LocNo, LI, VNI, &Kills, LIS, MDT, UVS);
677 extendDef(Idx, LocNo, LR, VNI, nullptr, LIS, MDT, UVS)
    [all...]
InlineSpiller.cpp 64 MachineDominatorTree &MDT;
149 MDT(pass.getAnalysis<MachineDominatorTree>()),
460 MDT.dominates(SV.SpillMBB, DepSV.SpillMBB))) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 79 const MachineDominatorTree &MDT;
158 const MachineDominatorTree &mdt,
MachineScheduler.h 105 const MachineDominatorTree *MDT;
253 : ScheduleDAGInstrs(*C->MF, *C->MLI, *C->MDT, IsPostRA,
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 139 MachineDominatorTree *MDT;
640 MDT = &getAnalysis<MachineDominatorTree>();
647 if (!MDT->isReachableFromEntry(MBB))
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 152 MachineDominatorTree &MDT)
153 : VLIWPacketizerList(MF, MLI, MDT, true),
333 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
336 R600PacketizerList Packetizer(Fn, MLI, MDT);
AMDILCFGStructurizer.cpp 170 MDT = &getAnalysis<MachineDominatorTree>();
171 DEBUG(MDT->print(dbgs(), (const llvm::Module*)nullptr););
181 MachineDominatorTree *MDT;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 619 const MachineDominatorTree *MDT) {
628 if (!MDT->dominates(L2, L1)) {
703 const MachineDominatorTree *MDT) {
715 if (!MDT->dominates(Def, Instr))
732 return MDT->dominates(Def, Instr);
786 const MachineDominatorTree *MDT) {
810 if (!isCandidate(Use.first, UseToDefs, MDT)) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 121 MachineDominatorTree &MDT,
187 MachineFunction &MF, MachineLoopInfo &MLI,MachineDominatorTree &MDT,
189 : VLIWPacketizerList(MF, MLI, MDT, true){
196 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
200 HexagonPacketizerList Packetizer(Fn, MLI, MDT, MBPI);
    [all...]
HexagonHardwareLoops.cpp 66 MachineDominatorTree *MDT;
303 MDT = &getAnalysis<MachineDominatorTree>();
594 if (!MDT->properlyDominates(DefBB, Header))
601 if (!MDT->properlyDominates(DefBB, Header))
    [all...]

Completed in 288 milliseconds