Searched refs:MachineDominatorTree (Results 1 - 25 of 44) sorted by relevance

12

/external/llvm/lib/CodeGen/
H A DMachineDominators.cpp25 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() function in class:MachineDominatorTree
49 MachineDominatorTree::~MachineDominatorTree() {
53 void MachineDominatorTree
[all...]
H A DMachineLoopInfo.cpp31 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
39 LI.Analyze(getAnalysis<MachineDominatorTree>().getBase());
45 AU.addRequired<MachineDominatorTree>();
H A DLiveRangeCalc.h32 class MachineDominatorTree;
40 MachineDominatorTree *DomTree;
145 MachineDominatorTree*,
H A DDFAPacketizer.cpp109 MachineDominatorTree &MDT, bool IsPostRA);
116 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
129 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
H A DUnreachableBlockElim.cpp115 AU.addPreserved<MachineDominatorTree>();
124 MachineDominatorTree *MDT = getAnalysisIfAvailable<MachineDominatorTree>();
H A DMachineSink.cpp50 MachineDominatorTree *DT; // Machine dominator tree
70 AU.addRequired<MachineDominatorTree>();
72 AU.addPreserved<MachineDominatorTree>();
108 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
220 DT = &getAnalysis<MachineDominatorTree>();
H A DEarlyIfConversion.cpp585 MachineDominatorTree *DomTree;
613 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
620 AU.addRequired<MachineDominatorTree>();
621 AU.addPreserved<MachineDominatorTree>();
790 DomTree = &getAnalysis<MachineDominatorTree>();
802 for (po_iterator<MachineDominatorTree*>
H A DPostRASchedulerList.cpp93 AU.addRequired<MachineDominatorTree>();
94 AU.addPreserved<MachineDominatorTree>();
135 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
191 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
254 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
H A DLiveDebugVariables.cpp58 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
64 AU.addRequired<MachineDominatorTree>();
234 LiveIntervals &LIS, MachineDominatorTree &MDT,
253 LiveIntervals &LIS, MachineDominatorTree &MDT,
289 MachineDominatorTree *MDT;
504 LiveIntervals &LIS, MachineDominatorTree &MDT,
637 MachineDominatorTree &MDT,
700 MDT = &pass.getAnalysis<MachineDominatorTree>();
H A DSplitKit.h216 MachineDominatorTree &MDT;
354 MachineDominatorTree&, MachineBlockFrequencyInfo &);
H A DMachineCSE.cpp45 MachineDominatorTree *DT;
60 AU.addRequired<MachineDominatorTree>();
61 AU.addPreserved<MachineDominatorTree>();
110 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
670 DT = &getAnalysis<MachineDominatorTree>();
H A DPeepholeOptimizer.cpp110 MachineDominatorTree *DT; // Machine dominator tree
124 AU.addRequired<MachineDominatorTree>();
125 AU.addPreserved<MachineDominatorTree>();
249 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
679 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr;
H A DStackColoring.cpp182 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
189 AU.addRequired<MachineDominatorTree>();
190 AU.addPreserved<MachineDominatorTree>();
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h40 class MachineDominatorTree : public MachineFunctionPass { class in namespace:llvm
45 MachineDominatorTree();
47 ~MachineDominatorTree();
196 template <> struct GraphTraits<MachineDominatorTree*>
198 static NodeType *getEntryNode(MachineDominatorTree *DT) {
H A DDFAPacketizer.h38 class MachineDominatorTree;
111 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
H A DScheduleDAGInstrs.h28 class MachineDominatorTree;
79 const MachineDominatorTree &MDT;
158 const MachineDominatorTree &mdt,
H A DLiveIntervalAnalysis.h41 class MachineDominatorTree;
58 MachineDominatorTree *DomTree;
/external/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp48 MachineDominatorTree *DT = &getAnalysis<MachineDominatorTree>();
138 AU.addRequired<MachineDominatorTree>();
H A DAArch64ConditionalCompares.cpp730 MachineDominatorTree *DomTree;
763 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
774 AU.addRequired<MachineDominatorTree>();
775 AU.addPreserved<MachineDominatorTree>();
899 DomTree = &getAnalysis<MachineDominatorTree>();
H A DAArch64CollectLOH.cpp186 AU.addRequired<MachineDominatorTree>();
222 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
619 const MachineDominatorTree *MDT) {
703 const MachineDominatorTree *MDT) {
786 const MachineDominatorTree *MDT) {
1047 const MachineDominatorTree *MDT = &getAnalysis<MachineDominatorTree>();
/external/llvm/lib/Target/R600/
H A DSILowerI1Copies.cpp49 AU.addRequired<MachineDominatorTree>();
59 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
H A DR600Packetizer.cpp43 AU.addRequired<MachineDominatorTree>();
44 AU.addPreserved<MachineDominatorTree>();
152 MachineDominatorTree &MDT)
333 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
/external/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp69 AU.addRequired<MachineDominatorTree>();
181 MachineDominatorTree *MDT = &getAnalysis<MachineDominatorTree>();
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp75 AU.addRequired<MachineDominatorTree>();
77 AU.addPreserved<MachineDominatorTree>();
121 MachineDominatorTree &MDT,
177 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
187 MachineFunction &MF, MachineLoopInfo &MLI,MachineDominatorTree &MDT,
196 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp132 AU.addRequired<MachineDominatorTree>();
139 MachineDominatorTree *MDT;
161 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
640 MDT = &getAnalysis<MachineDominatorTree>();

Completed in 3431 milliseconds

12