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

1 2 3

  /external/llvm/lib/CodeGen/
MachineDominators.cpp 26 char MachineDominatorTree::ID = 0;
28 INITIALIZE_PASS(MachineDominatorTree, "machinedomtree",
31 char &llvm::MachineDominatorsID = MachineDominatorTree::ID;
33 void MachineDominatorTree::getAnalysisUsage(AnalysisUsage &AU) const {
38 bool MachineDominatorTree::runOnMachineFunction(MachineFunction &F) {
46 MachineDominatorTree::MachineDominatorTree()
52 MachineDominatorTree::~MachineDominatorTree() {
56 void MachineDominatorTree::releaseMemory()
    [all...]
MachineDominanceFrontier.cpp 28 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
42 Base.analyze(getAnalysis<MachineDominatorTree>().getBase());
52 AU.addRequired<MachineDominatorTree>();
MachineLoopInfo.cpp 32 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
40 LI.analyze(getAnalysis<MachineDominatorTree>().getBase());
46 AU.addRequired<MachineDominatorTree>();
LiveRangeCalc.h 32 class MachineDominatorTree;
40 MachineDominatorTree *DomTree;
155 MachineDominatorTree*,
MachineRegionInfo.cpp 26 MachineDominatorTree *DT, MachineRegion *Parent) :
55 MachineDominatorTree *DT_,
84 auto DT = &getAnalysis<MachineDominatorTree>();
125 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
SplitKit.h 216 MachineDominatorTree &MDT;
354 MachineDominatorTree&, MachineBlockFrequencyInfo &);
ShrinkWrap.cpp 40 // Property #1 is ensured via the use of MachineDominatorTree and
101 MachineDominatorTree *MDT;
161 MDT = &getAnalysis<MachineDominatorTree>();
195 AU.addRequired<MachineDominatorTree>();
217 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
UnreachableBlockElim.cpp 114 AU.addPreserved<MachineDominatorTree>();
123 MachineDominatorTree *MDT = getAnalysisIfAvailable<MachineDominatorTree>();
LiveDebugVariables.cpp 59 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
65 AU.addRequired<MachineDominatorTree>();
235 LiveIntervals &LIS, MachineDominatorTree &MDT,
254 LiveIntervals &LIS, MachineDominatorTree &MDT,
284 MachineDominatorTree *MDT;
541 LiveIntervals &LIS, MachineDominatorTree &MDT,
657 MachineDominatorTree &MDT,
720 MDT = &pass.getAnalysis<MachineDominatorTree>();
    [all...]
EarlyIfConversion.cpp 594 MachineDominatorTree *DomTree;
622 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
629 AU.addRequired<MachineDominatorTree>();
630 AU.addPreserved<MachineDominatorTree>();
797 DomTree = &getAnalysis<MachineDominatorTree>();
MachineCSE.cpp 47 MachineDominatorTree *DT;
62 AU.addRequired<MachineDominatorTree>();
63 AU.addPreserved<MachineDominatorTree>();
113 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
718 DT = &getAnalysis<MachineDominatorTree>();
MachineSink.cpp 60 MachineDominatorTree *DT; // Machine dominator tree
91 AU.addRequired<MachineDominatorTree>();
94 AU.addPreserved<MachineDominatorTree>();
151 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
267 DT = &getAnalysis<MachineDominatorTree>();
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyStoreResults.cpp 50 AU.addRequired<MachineDominatorTree>();
51 AU.addPreserved<MachineDominatorTree>();
73 MachineDominatorTree &MDT = getAnalysis<MachineDominatorTree>();
WebAssemblyCFGStackify.cpp 52 AU.addRequired<MachineDominatorTree>();
53 AU.addPreserved<MachineDominatorTree>();
272 MachineDominatorTree &MDT) {
382 MachineDominatorTree &MDT) {
416 auto &MDT = getAnalysis<MachineDominatorTree>();
  /external/llvm/include/llvm/CodeGen/
MachineDominators.h 41 class MachineDominatorTree : public MachineFunctionPass {
73 MachineDominatorTree();
75 ~MachineDominatorTree() override;
274 template <> struct GraphTraits<MachineDominatorTree*>
276 static NodeType *getEntryNode(MachineDominatorTree *DT) {
MachineRegionInfo.h 24 class MachineDominatorTree;
37 typedef MachineDominatorTree DomTreeT;
69 MachineDominatorTree *DT, MachineRegion *Parent = nullptr);
87 MachineDominatorTree *DT,
DFAPacketizer.h 38 class MachineDominatorTree;
LiveIntervalAnalysis.h 44 class MachineDominatorTree;
60 MachineDominatorTree *DomTree;
  /external/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 48 MachineDominatorTree *DT = &getAnalysis<MachineDominatorTree>();
134 AU.addRequired<MachineDominatorTree>();
AArch64ConditionOptimizer.cpp 90 MachineDominatorTree *DomTree;
121 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
130 AU.addRequired<MachineDominatorTree>();
131 AU.addPreserved<MachineDominatorTree>();
315 DomTree = &getAnalysis<MachineDominatorTree>();
AArch64ConditionalCompares.cpp 730 MachineDominatorTree *DomTree;
763 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
774 AU.addRequired<MachineDominatorTree>();
775 AU.addPreserved<MachineDominatorTree>();
898 DomTree = &getAnalysis<MachineDominatorTree>();
  /external/llvm/lib/Target/SystemZ/
SystemZLDCleanup.cpp 62 AU.addRequired<MachineDominatorTree>();
76 MachineDominatorTree *DT = &getAnalysis<MachineDominatorTree>();
  /external/llvm/lib/Target/AMDGPU/
SILowerI1Copies.cpp 50 AU.addRequired<MachineDominatorTree>();
51 AU.addPreserved<MachineDominatorTree>();
61 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
SIFoldOperands.cpp 47 AU.addRequired<MachineDominatorTree>();
48 AU.addPreserved<MachineDominatorTree>();
81 INITIALIZE_PASS_DEPENDENCY(MachineDominatorTree)
  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 69 AU.addRequired<MachineDominatorTree>();
181 MachineDominatorTree *MDT = &getAnalysis<MachineDominatorTree>();

Completed in 961 milliseconds

1 2 3