HomeSort by relevance Sort by last modified time
    Searched refs:MachineDominatorTree (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/CodeGen/
MachineDominators.cpp 25 char MachineDominatorTree::ID = 0;
27 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
30 char &llvm::MachineDominatorsID = MachineDominatorTree::ID;
32 void MachineDominatorTree::getAnalysisUsage(AnalysisUsage &AU) const {
37 bool MachineDominatorTree::runOnMachineFunction(MachineFunction &F) {
43 MachineDominatorTree::MachineDominatorTree()
49 MachineDominatorTree::~MachineDominatorTree() {
53 void MachineDominatorTree::releaseMemory()
    [all...]
MachineLoopInfo.cpp 31 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
39 LI.Analyze(getAnalysis<MachineDominatorTree>().getBase());
45 AU.addRequired<MachineDominatorTree>();
LiveRangeCalc.h 32 class MachineDominatorTree;
40 MachineDominatorTree *DomTree;
146 MachineDominatorTree*,
DFAPacketizer.cpp 109 MachineDominatorTree &MDT, bool IsPostRA);
116 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
129 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
SplitKit.h 215 MachineDominatorTree &MDT;
352 MachineDominatorTree&);
UnreachableBlockElim.cpp 119 AU.addPreserved<MachineDominatorTree>();
128 MachineDominatorTree *MDT = getAnalysisIfAvailable<MachineDominatorTree>();
MachineSink.cpp 49 MachineDominatorTree *DT; // Machine dominator tree
69 AU.addRequired<MachineDominatorTree>();
71 AU.addPreserved<MachineDominatorTree>();
117 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
228 DT = &getAnalysis<MachineDominatorTree>();
PeepholeOptimizer.cpp 95 MachineDominatorTree *DT; // Machine dominator tree
109 AU.addRequired<MachineDominatorTree>();
110 AU.addPreserved<MachineDominatorTree>();
134 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
491 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : 0;
EarlyIfConversion.cpp 584 MachineDominatorTree *DomTree;
612 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
619 AU.addRequired<MachineDominatorTree>();
620 AU.addPreserved<MachineDominatorTree>();
783 DomTree = &getAnalysis<MachineDominatorTree>();
795 for (po_iterator<MachineDominatorTree*>
PostRASchedulerList.cpp 93 AU.addRequired<MachineDominatorTree>();
94 AU.addPreserved<MachineDominatorTree>();
132 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
195 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
256 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
LiveDebugVariables.cpp 55 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
61 AU.addRequired<MachineDominatorTree>();
228 LiveIntervals &LIS, MachineDominatorTree &MDT,
247 LiveIntervals &LIS, MachineDominatorTree &MDT,
282 MachineDominatorTree *MDT;
492 LiveIntervals &LIS, MachineDominatorTree &MDT,
627 MachineDominatorTree &MDT,
689 MDT = &pass.getAnalysis<MachineDominatorTree>();
    [all...]
MachineCSE.cpp 44 MachineDominatorTree *DT;
59 AU.addRequired<MachineDominatorTree>();
60 AU.addPreserved<MachineDominatorTree>();
109 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
659 DT = &getAnalysis<MachineDominatorTree>();
StackColoring.cpp 191 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
197 AU.addRequired<MachineDominatorTree>();
198 AU.addPreserved<MachineDominatorTree>();
ShrinkWrapping.cpp 91 AU.addRequired<MachineDominatorTree>();
94 AU.addPreserved<MachineDominatorTree>();
403 MachineDominatorTree &DT = getAnalysis<MachineDominatorTree>();
    [all...]
StrongPHIElimination.cpp 146 MachineDominatorTree *DT;
199 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
209 AU.addRequired<MachineDominatorTree>();
236 DT = &getAnalysis<MachineDominatorTree>();
MachineLICM.cpp 75 MachineDominatorTree *DT; // Machine dominator tree for the cur loop
132 AU.addRequired<MachineDominatorTree>();
135 AU.addPreserved<MachineDominatorTree>();
302 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
352 DT = &getAnalysis<MachineDominatorTree>();
    [all...]
RegAllocPBQP.cpp 439 au.addRequired<MachineDominatorTree>();
440 au.addPreserved<MachineDominatorTree>();
LiveRangeCalc.cpp 23 MachineDominatorTree *MDT,
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 40 class MachineDominatorTree : public MachineFunctionPass {
45 MachineDominatorTree();
47 ~MachineDominatorTree();
196 template <> struct GraphTraits<MachineDominatorTree*>
198 static NodeType *getEntryNode(MachineDominatorTree *DT) {
DFAPacketizer.h 38 class MachineDominatorTree;
111 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
ScheduleDAGInstrs.h 28 class MachineDominatorTree;
72 const MachineDominatorTree &MDT;
143 const MachineDominatorTree &mdt,
LiveIntervalAnalysis.h 41 class MachineDominatorTree;
57 MachineDominatorTree *DomTree;
MachineScheduler.h 42 class MachineDominatorTree;
53 const MachineDominatorTree *MDT;
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 81 AU.addRequired<MachineDominatorTree>();
82 AU.addPreserved<MachineDominatorTree>();
185 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 66 MachineDominatorTree *MDT;
86 AU.addRequired<MachineDominatorTree>();
279 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
303 MDT = &getAnalysis<MachineDominatorTree>();
    [all...]

Completed in 1291 milliseconds

1 2