Home
last modified time | relevance | path

Searched refs:MachinePostDominatorTreeWrapperPass (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePostDominators.cpp59 char MachinePostDominatorTreeWrapperPass::ID = 0;
62 INITIALIZE_PASS(MachinePostDominatorTreeWrapperPass, "machinepostdomtree",
65 MachinePostDominatorTreeWrapperPass::MachinePostDominatorTreeWrapperPass() in MachinePostDominatorTreeWrapperPass() function in MachinePostDominatorTreeWrapperPass
71 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()
H A DMachineRegionInfo.cpp89 &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
114 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
135 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
H A DMIRSampleProfile.cpp74 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
369 &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(), in runOnMachineFunction()
406 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
H A DShrinkWrap.cpp229 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in init()
266 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
293 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DMachineBlockPlacement.cpp614 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
632 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
3474 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
H A DMachineSink.cpp196 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
723 PDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h90 class MachinePostDominatorTreeWrapperPass : public MachineFunctionPass {
96 MachinePostDominatorTreeWrapperPass();
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelDivergenceLowering.cpp50 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
196 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
215 getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
H A DSILowerI1Copies.cpp55 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
403 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
450 &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree()); in runOnMachineFunction()
H A DR600MachineCFGStructurizer.cpp117 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
145 PDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
1633 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DSIWholeQuadMode.cpp244 AU.addPreserved<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
262 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
1654 getAnalysisIfAvailable<MachinePostDominatorTreeWrapperPass>(); in runOnMachineFunction()
H A DSIInsertWaitcnts.cpp644 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
1122 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
2403 PDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp169 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
199 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
218 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in initialize()
H A DPPCMIPeephole.cpp160 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
164 AU.addPreserved<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
204 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in initialize()
2040 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)