HomeSort by relevance Sort by last modified time
    Searched refs:MachineDominatorTree (Results 1 - 25 of 42) 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 216 MachineDominatorTree &MDT;
354 MachineDominatorTree&, MachineBlockFrequencyInfo &);
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>();
230 LiveIntervals &LIS, MachineDominatorTree &MDT,
249 LiveIntervals &LIS, MachineDominatorTree &MDT,
284 MachineDominatorTree *MDT;
497 LiveIntervals &LIS, MachineDominatorTree &MDT,
632 MachineDominatorTree &MDT,
694 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 192 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
198 AU.addRequired<MachineDominatorTree>();
199 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...]
  /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;
147 const MachineDominatorTree &mdt,
LiveIntervalAnalysis.h 41 class MachineDominatorTree;
57 MachineDominatorTree *DomTree;
MachineScheduler.h 41 class MachineDominatorTree;
52 const MachineDominatorTree *MDT;
  /external/llvm/lib/Target/R600/
R600Packetizer.cpp 41 AU.addRequired<MachineDominatorTree>();
42 AU.addPreserved<MachineDominatorTree>();
142 MachineDominatorTree &MDT)
288 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
R600OptimizeVectorRegisters.cpp 111 AU.addRequired<MachineDominatorTree>();
112 AU.addPreserved<MachineDominatorTree>();
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 75 AU.addRequired<MachineDominatorTree>();
77 AU.addPreserved<MachineDominatorTree>();
121 MachineDominatorTree &MDT,
176 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
186 MachineFunction &MF, MachineLoopInfo &MLI,MachineDominatorTree &MDT,
195 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 132 AU.addRequired<MachineDominatorTree>();
139 MachineDominatorTree *MDT;
161 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
614 MDT = &getAnalysis<MachineDominatorTree>();

Completed in 2453 milliseconds

1 2