HomeSort by relevance Sort by last modified time
    Searched refs:MachineDominatorTree (Results 26 - 44 of 44) sorted by null

12

  /external/llvm/lib/Target/R600/
R600OptimizeVectorRegisters.cpp 115 AU.addRequired<MachineDominatorTree>();
116 AU.addPreserved<MachineDominatorTree>();
AMDILCFGStructurizer.cpp 149 AU.addRequired<MachineDominatorTree>();
170 MDT = &getAnalysis<MachineDominatorTree>();
181 MachineDominatorTree *MDT;
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 76 MachineDominatorTree *DT; // Machine dominator tree for the cur loop
133 AU.addRequired<MachineDominatorTree>();
136 AU.addPreserved<MachineDominatorTree>();
303 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
356 DT = &getAnalysis<MachineDominatorTree>();
    [all...]
RegAllocPBQP.cpp 433 au.addRequired<MachineDominatorTree>();
434 au.addPreserved<MachineDominatorTree>();
LiveRangeCalc.cpp 24 MachineDominatorTree *MDT,
PrologEpilogInserter.cpp 61 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
75 AU.addPreserved<MachineDominatorTree>();
    [all...]
PHIElimination.cpp 122 AU.addPreserved<MachineDominatorTree>();
RegAllocGreedy.cpp 118 MachineDominatorTree *DomTree;
436 AU.addRequired<MachineDominatorTree>();
437 AU.addPreserved<MachineDominatorTree>();
    [all...]
InlineSpiller.cpp 64 MachineDominatorTree &MDT;
149 MDT(pass.getAnalysis<MachineDominatorTree>()),
    [all...]
LiveIntervalAnalysis.cpp 52 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
118 DomTree = &getAnalysis<MachineDominatorTree>();
    [all...]
MachineBasicBlock.cpp 905 if (MachineDominatorTree *MDT =
906 P->getAnalysisIfAvailable<MachineDominatorTree>()) {
    [all...]
ScheduleDAGInstrs.cpp 54 const MachineDominatorTree &mdt,
    [all...]
SplitKit.cpp 327 MachineDominatorTree &mdt,
    [all...]
MachineScheduler.cpp 309 MDT = &getAnalysis<MachineDominatorTree>();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 93 class MachineDominatorTree;
105 const MachineDominatorTree *MDT;
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 66 MachineDominatorTree *MDT;
86 AU.addRequired<MachineDominatorTree>();
279 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
303 MDT = &getAnalysis<MachineDominatorTree>();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 548 milliseconds

12