HomeSort by relevance Sort by last modified time
    Searched refs:MDT (Results 1 - 10 of 10) 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);
UnreachableBlockElim.cpp 128 MachineDominatorTree *MDT = getAnalysisIfAvailable<MachineDominatorTree>();
149 if (MDT && MDT->getNode(BB)) MDT->eraseNode(BB);
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();
622 MachineDominatorTree &MDT,
642 extendDef(Idx, LocNo, LI, VNI, &Kills, LIS, MDT, UVS);
645 extendDef(Idx, LocNo, 0, 0, 0, LIS, MDT, UVS);
659 userValues[i]->computeIntervals(MF->getRegInfo(), *LIS, *MDT, UVS)
    [all...]
PostRASchedulerList.cpp 139 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
184 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
188 : ScheduleDAGInstrs(MF, MLI, MDT), Topo(SUnits), AA(AA),
210 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
239 SchedulePostRATDList Scheduler(Fn, MLI, MDT, AA, RegClassInfo, AntiDepMode,
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...]
SplitKit.h 208 MachineDominatorTree &MDT;
MachineBasicBlock.cpp 596 if (MachineDominatorTree *MDT =
599 MachineDomTreeNode *SucccDTNode = MDT->getNode(Succ);
607 if (!MDT->dominates(SucccDTNode, MDT->getNode(PredBB))) {
614 MachineDomTreeNode *NewDTNode = MDT->addNewBlock(NMBB, this);
620 MDT->changeImmediateDominator(SucccDTNode, NewDTNode);
InlineSpiller.cpp 59 MachineDominatorTree &MDT;
144 MDT(pass.getAnalysis<MachineDominatorTree>()),
442 MDT.dominates(SV.SpillMBB, DepSV.SpillMBB))) {
    [all...]
ScheduleDAGInstrs.cpp 36 const MachineDominatorTree &mdt)
37 : ScheduleDAG(mf), MLI(mli), MDT(mdt), MFI(mf.getFrameInfo()),
40 LoopRegs(MLI, MDT), FirstDbgValue(0) {
  /external/v8/test/mjsunit/
date-parse.js 185 // MDT = UT minus 6 hours.
187 'Sat, 01-Jan-2000 02:00:00 MDT',
188 'Sat, 01 Jan 2000 02:00:00 MDT',
189 'Saturday, 01-Jan-00 02:00:00 MDT',

Completed in 141 milliseconds