HomeSort by relevance Sort by last modified time
    Searched refs:MachineDominatorTree (Results 1 - 25 of 44) 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;
145 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 115 AU.addPreserved<MachineDominatorTree>();
124 MachineDominatorTree *MDT = getAnalysisIfAvailable<MachineDominatorTree>();
MachineSink.cpp 50 MachineDominatorTree *DT; // Machine dominator tree
70 AU.addRequired<MachineDominatorTree>();
72 AU.addPreserved<MachineDominatorTree>();
108 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
220 DT = &getAnalysis<MachineDominatorTree>();
EarlyIfConversion.cpp 585 MachineDominatorTree *DomTree;
613 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
620 AU.addRequired<MachineDominatorTree>();
621 AU.addPreserved<MachineDominatorTree>();
790 DomTree = &getAnalysis<MachineDominatorTree>();
802 for (po_iterator<MachineDominatorTree*>
PostRASchedulerList.cpp 93 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>();
LiveDebugVariables.cpp 58 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>();
    [all...]
MachineCSE.cpp 45 MachineDominatorTree *DT;
60 AU.addRequired<MachineDominatorTree>();
61 AU.addPreserved<MachineDominatorTree>();
110 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
670 DT = &getAnalysis<MachineDominatorTree>();
PeepholeOptimizer.cpp 110 MachineDominatorTree *DT; // Machine dominator tree
124 AU.addRequired<MachineDominatorTree>();
125 AU.addPreserved<MachineDominatorTree>();
249 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
679 DT = Aggressive ? &getAnalysis<MachineDominatorTree>() : nullptr;
    [all...]
StackColoring.cpp 182 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
189 AU.addRequired<MachineDominatorTree>();
190 AU.addPreserved<MachineDominatorTree>();
  /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;
79 const MachineDominatorTree &MDT;
158 const MachineDominatorTree &mdt,
LiveIntervalAnalysis.h 41 class MachineDominatorTree;
58 MachineDominatorTree *DomTree;
  /external/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 48 MachineDominatorTree *DT = &getAnalysis<MachineDominatorTree>();
138 AU.addRequired<MachineDominatorTree>();
AArch64ConditionalCompares.cpp 730 MachineDominatorTree *DomTree;
763 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
774 AU.addRequired<MachineDominatorTree>();
775 AU.addPreserved<MachineDominatorTree>();
899 DomTree = &getAnalysis<MachineDominatorTree>();
AArch64CollectLOH.cpp 186 AU.addRequired<MachineDominatorTree>();
222 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
619 const MachineDominatorTree *MDT) {
703 const MachineDominatorTree *MDT) {
786 const MachineDominatorTree *MDT) {
    [all...]
  /external/llvm/lib/Target/R600/
SILowerI1Copies.cpp 49 AU.addRequired<MachineDominatorTree>();
59 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
R600Packetizer.cpp 43 AU.addRequired<MachineDominatorTree>();
44 AU.addPreserved<MachineDominatorTree>();
152 MachineDominatorTree &MDT)
333 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 69 AU.addRequired<MachineDominatorTree>();
181 MachineDominatorTree *MDT = &getAnalysis<MachineDominatorTree>();
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 75 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>();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 132 AU.addRequired<MachineDominatorTree>();
139 MachineDominatorTree *MDT;
161 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
640 MDT = &getAnalysis<MachineDominatorTree>();

Completed in 804 milliseconds

1 2