Home
last modified time | relevance | path

Searched refs:getAnalysisIfAvailable (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLazyMachineBlockFrequencyInfo.cpp55 getAnalysisIfAvailable<MachineBlockFrequencyInfoWrapperPass>(); in calculateIfNotAvailable()
62 auto *MLIWrapper = getAnalysisIfAvailable<MachineLoopInfoWrapperPass>(); in calculateIfNotAvailable()
64 auto *MDTWrapper = getAnalysisIfAvailable<MachineDominatorTreeWrapperPass>(); in calculateIfNotAvailable()
H A DUnreachableBlockElim.cpp102 getAnalysisIfAvailable<MachineDominatorTreeWrapperPass>(); in runOnMachineFunction()
105 getAnalysisIfAvailable<MachineLoopInfoWrapperPass>(); in runOnMachineFunction()
H A DXRayInstrumentation.cpp174 getAnalysisIfAvailable<MachineDominatorTreeWrapperPass>(); in runOnMachineFunction()
183 auto *MLIWrapper = getAnalysisIfAvailable<MachineLoopInfoWrapperPass>(); in runOnMachineFunction()
H A DMachineFunctionPrinterPass.cpp50 auto *SIWrapper = getAnalysisIfAvailable<SlotIndexesWrapperPass>(); in runOnMachineFunction()
H A DIndirectBrExpandPass.cpp281 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction()
292 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()
H A DPHIElimination.cpp119 auto *LVWrapper = P->getAnalysisIfAvailable<LiveVariablesWrapperPass>(); in PHIEliminationImpl()
120 auto *LISWrapper = P->getAnalysisIfAvailable<LiveIntervalsWrapperPass>(); in PHIEliminationImpl()
121 auto *MLIWrapper = P->getAnalysisIfAvailable<MachineLoopInfoWrapperPass>(); in PHIEliminationImpl()
123 P->getAnalysisIfAvailable<MachineDominatorTreeWrapperPass>(); in PHIEliminationImpl()
H A DLowerEmuTLS.cpp90 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerWWMCopies.cpp105 auto *LISWrapper = getAnalysisIfAvailable<LiveIntervalsWrapperPass>(); in runOnMachineFunction()
107 auto *SIWrapper = getAnalysisIfAvailable<SlotIndexesWrapperPass>(); in runOnMachineFunction()
109 VRM = getAnalysisIfAvailable<VirtRegMap>(); in runOnMachineFunction()
H A DAMDGPUAnnotateKernelFeatures.cpp129 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in doInitialization()
H A DAMDGPUAliasAnalysis.h93 if (auto *WrapperPass = P.getAnalysisIfAvailable<AMDGPUAAWrapperPass>()) in AMDGPUExternalAAWrapper()
H A DSILowerSGPRSpills.cpp314 auto *LISWrapper = getAnalysisIfAvailable<LiveIntervalsWrapperPass>(); in runOnMachineFunction()
316 auto *SIWrapper = getAnalysisIfAvailable<SlotIndexesWrapperPass>(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DPassAnalysisSupport.h192 Pass *getAnalysisIfAvailable(AnalysisID ID) const;
211 AnalysisType *Pass::getAnalysisIfAvailable() const { in getAnalysisIfAvailable() function
216 Pass *ResultPass = Resolver->getAnalysisIfAvailable(PI); in getAnalysisIfAvailable()
H A DPass.h208 getAnalysisIfAvailable() const; // Defined in PassAnalysisSupport.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp49 auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>(); in runOnFunction()
52 auto *PDTWP = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>(); in runOnFunction()
55 auto *LIWP = getAnalysisIfAvailable<LoopInfoWrapperPass>(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp799 if (auto *WrapperPass = getAnalysisIfAvailable<ScopedNoAliasAAWrapperPass>()) in INITIALIZE_PASS_DEPENDENCY()
801 if (auto *WrapperPass = getAnalysisIfAvailable<TypeBasedAAWrapperPass>()) in INITIALIZE_PASS_DEPENDENCY()
803 if (auto *WrapperPass = getAnalysisIfAvailable<GlobalsAAWrapperPass>()) in INITIALIZE_PASS_DEPENDENCY()
805 if (auto *WrapperPass = getAnalysisIfAvailable<SCEVAAWrapperPass>()) in INITIALIZE_PASS_DEPENDENCY()
810 if (auto *WrapperPass = getAnalysisIfAvailable<ExternalAAWrapperPass>()) in INITIALIZE_PASS_DEPENDENCY()
H A DCostModel.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCLowerPrePass.cpp73 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAliasAnalysis.h89 P.getAnalysisIfAvailable<NVPTXAAWrapperPass>()) in NVPTXExternalAAWrapper()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCGenScalarMASSEntries.cpp111 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule()
H A DPPCLowerMASSVEntries.cpp158 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.cpp117 TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp923 P.getAnalysisIfAvailable<MachineBlockFrequencyInfoWrapperPass>(); in frequency()
931 P.getAnalysisIfAvailable<MachineBlockFrequencyInfoWrapperPass>(); in frequency()
952 P.getAnalysisIfAvailable<MachineBlockFrequencyInfoWrapperPass>(); in frequency()
960 P.getAnalysisIfAvailable<MachineBranchProbabilityInfoWrapperPass>(); in frequency()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp545 if (auto *P = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()
555 if (auto *P = getAnalysisIfAvailable<PostDominatorTreeWrapperPass>()) in runOnFunction()
565 if (auto *LIWP = getAnalysisIfAvailable<LoopInfoWrapperPass>()) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp189 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()
H A DPartiallyInlineLibCalls.cpp196 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()

1234