Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePostDominators.cpp62 char MachinePostDominatorTreeWrapperPass::ID = 0;
65 INITIALIZE_PASS(MachinePostDominatorTreeWrapperPass, "machinepostdomtree",
68 MachinePostDominatorTreeWrapperPass::MachinePostDominatorTreeWrapperPass() in MachinePostDominatorTreeWrapperPass() function in MachinePostDominatorTreeWrapperPass
74 bool MachinePostDominatorTreeWrapperPass::runOnMachineFunction( in runOnMachineFunction()
81 void MachinePostDominatorTreeWrapperPass::getAnalysisUsage( in getAnalysisUsage()
114 void MachinePostDominatorTreeWrapperPass::verifyAnalysis() const { in verifyAnalysis()
120 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.cpp75 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
372 &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
414 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
H A DBasicBlockSections.cpp396 if (auto *WP = getAnalysisIfAvailable<MachinePostDominatorTreeWrapperPass>()) in runOnMachineFunction()
406 AU.addUsedIfAvailable<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
H A DShrinkWrap.cpp271 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
298 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
984 &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
H A DMachineBlockPlacement.cpp655 ? &getAnalysis<MachinePostDominatorTreeWrapperPass>() in runOnMachineFunction()
670 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
688 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DMachineSink.cpp306 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
803 &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h94 class LLVM_ABI MachinePostDominatorTreeWrapperPass
101 MachinePostDominatorTreeWrapperPass();
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelDivergenceLowering.cpp48 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
291 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
310 getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
H A DSILowerI1Copies.cpp904 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
913 getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
920 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
H A DR600MachineCFGStructurizer.cpp109 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
136 PDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
1622 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
H A DSIWholeQuadMode.cpp254 AU.addPreserved<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
270 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
1821 getAnalysisIfAvailable<MachinePostDominatorTreeWrapperPass>(); in runOnMachineFunction()
H A DSIInsertWaitcnts.cpp808 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
1274 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)
2702 &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp167 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
197 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
216 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in initialize()
H A DPPCMIPeephole.cpp157 AU.addRequired<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
161 AU.addPreserved<MachinePostDominatorTreeWrapperPass>(); in getAnalysisUsage()
200 MPDT = &getAnalysis<MachinePostDominatorTreeWrapperPass>().getPostDomTree(); in initialize()
2044 INITIALIZE_PASS_DEPENDENCY(MachinePostDominatorTreeWrapperPass)