/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LazyMachineBlockFrequencyInfo.cpp | 55 getAnalysisIfAvailable<MachineBlockFrequencyInfoWrapperPass>(); in calculateIfNotAvailable() 62 auto *MLIWrapper = getAnalysisIfAvailable<MachineLoopInfoWrapperPass>(); in calculateIfNotAvailable() 64 auto *MDTWrapper = getAnalysisIfAvailable<MachineDominatorTreeWrapperPass>(); in calculateIfNotAvailable()
|
H A D | UnreachableBlockElim.cpp | 102 getAnalysisIfAvailable<MachineDominatorTreeWrapperPass>(); in runOnMachineFunction() 105 getAnalysisIfAvailable<MachineLoopInfoWrapperPass>(); in runOnMachineFunction()
|
H A D | XRayInstrumentation.cpp | 174 getAnalysisIfAvailable<MachineDominatorTreeWrapperPass>(); in runOnMachineFunction() 183 auto *MLIWrapper = getAnalysisIfAvailable<MachineLoopInfoWrapperPass>(); in runOnMachineFunction()
|
H A D | MachineFunctionPrinterPass.cpp | 50 auto *SIWrapper = getAnalysisIfAvailable<SlotIndexesWrapperPass>(); in runOnMachineFunction()
|
H A D | IndirectBrExpandPass.cpp | 281 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnFunction() 292 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()
|
H A D | PHIElimination.cpp | 119 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 D | LowerEmuTLS.cpp | 90 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerWWMCopies.cpp | 105 auto *LISWrapper = getAnalysisIfAvailable<LiveIntervalsWrapperPass>(); in runOnMachineFunction() 107 auto *SIWrapper = getAnalysisIfAvailable<SlotIndexesWrapperPass>(); in runOnMachineFunction() 109 VRM = getAnalysisIfAvailable<VirtRegMap>(); in runOnMachineFunction()
|
H A D | AMDGPUAnnotateKernelFeatures.cpp | 129 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in doInitialization()
|
H A D | AMDGPUAliasAnalysis.h | 93 if (auto *WrapperPass = P.getAnalysisIfAvailable<AMDGPUAAWrapperPass>()) in AMDGPUExternalAAWrapper()
|
H A D | SILowerSGPRSpills.cpp | 314 auto *LISWrapper = getAnalysisIfAvailable<LiveIntervalsWrapperPass>(); in runOnMachineFunction() 316 auto *SIWrapper = getAnalysisIfAvailable<SlotIndexesWrapperPass>(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ |
H A D | PassAnalysisSupport.h | 192 Pass *getAnalysisIfAvailable(AnalysisID ID) const; 211 AnalysisType *Pass::getAnalysisIfAvailable() const { in getAnalysisIfAvailable() function 216 Pass *ResultPass = Resolver->getAnalysisIfAvailable(PI); in getAnalysisIfAvailable()
|
H A D | Pass.h | 208 getAnalysisIfAvailable() const; // Defined in PassAnalysisSupport.h
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BreakCriticalEdges.cpp | 49 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 D | AliasAnalysis.cpp | 799 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 D | CostModel.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMCLowerPrePass.cpp | 73 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAliasAnalysis.h | 89 P.getAnalysisIfAvailable<NVPTXAAWrapperPass>()) in NVPTXExternalAAWrapper()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCGenScalarMASSEntries.cpp | 111 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule()
|
H A D | PPCLowerMASSVEntries.cpp | 158 auto *TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnModule()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | LiveDebugValues.cpp | 117 TPC = getAnalysisIfAvailable<TargetPassConfig>(); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegBankSelect.cpp | 923 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 D | AArch64StackTagging.cpp | 545 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 D | LowerConstantIntrinsics.cpp | 189 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()
|
H A D | PartiallyInlineLibCalls.cpp | 196 if (auto *DTWP = getAnalysisIfAvailable<DominatorTreeWrapperPass>()) in runOnFunction()
|