Searched refs:MachinePostDominatorTreeWrapperPass (Results 1 – 14 of 14) sorted by relevance
59 char MachinePostDominatorTreeWrapperPass::ID = 0;62 INITIALIZE_PASS(MachinePostDominatorTreeWrapperPass, "machinepostdomtree",65 MachinePostDominatorTreeWrapperPass::MachinePostDominatorTreeWrapperPass() in MachinePostDominatorTreeWrapperPass() function in MachinePostDominatorTreeWrapperPass71 bool MachinePostDominatorTreeWrapperPass::runOnMachineFunction( in runOnMachineFunction()78 void MachinePostDominatorTreeWrapperPass::getAnalysisUsage( in getAnalysisUsage()111 void MachinePostDominatorTreeWrapperPass::verifyAnalysis() const { in verifyAnalysis()117 void MachinePostDominatorTreeWrapperPass::print(llvm::raw_ostream &OS, in print()
89 &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()114 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()135 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
74 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)369 &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(), in runOnMachineFunction()406 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
229 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in init()266 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()293 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
614 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()632 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()3474 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
196 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()723 PDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
90 class MachinePostDominatorTreeWrapperPass : public MachineFunctionPass {96 MachinePostDominatorTreeWrapperPass();
50 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()196 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)215 getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
55 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()403 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)450 &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree()); in runOnMachineFunction()
117 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()145 PDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()1633 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
244 AU.addPreserved<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()262 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)1654 getAnalysisIfAvailable<MachinePostDominatorTreeWrapperPass>(); in runOnMachineFunction()
644 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()1122 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)2403 PDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
169 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()199 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()218 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in initialize()
160 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()164 AU.addPreserved<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()204 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in initialize()2040 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)