Home
last modified time | relevance | path

Searched refs:getChecker (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassManager.cpp43 auto PAC = PA.getChecker<FunctionAnalysisManagerModuleProxy>(); in invalidate()
DDominators.cpp108 auto PAC = PA.getChecker<DominatorTreeAnalysis>(); in invalidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDominanceFrontier.cpp74 auto PAC = PA.getChecker<DominanceFrontierAnalysis>(); in invalidate()
DPostDominators.cpp49 auto PAC = PA.getChecker<PostDominatorTreeAnalysis>(); in invalidate()
DLoopAnalysisManager.cpp47 auto PAC = PA.getChecker<LoopAnalysisManagerFunctionProxy>(); in invalidate()
DRegionInfo.cpp85 auto PAC = PA.getChecker<RegionInfoAnalysis>(); in invalidate()
DPhiValues.cpp30 auto PAC = PA.getChecker<PhiValuesAnalysis>(); in invalidate()
DCGSCCPassManager.cpp146 auto PAC = PA.getChecker<CGSCCAnalysisManagerModuleProxy>(); in invalidate()
255 auto PAC = PA.getChecker<FunctionAnalysisManagerCGSCCProxy>(); in invalidate()
DBlockFrequencyInfo.cpp179 auto PAC = PA.getChecker<BlockFrequencyAnalysis>(); in invalidate()
DAliasAnalysis.cpp87 auto PAC = PA.getChecker<AAManager>(); in invalidate()
DLoopInfo.cpp853 auto PAC = PA.getChecker<LoopAnalysis>(); in invalidate()
DMemoryDependenceAnalysis.cpp1797 auto PAC = PA.getChecker<MemoryDependenceAnalysis>(); in invalidate()
DLazyValueInfo.cpp1665 auto PAC = PA.getChecker<LazyValueAnalysis>(); in invalidate()
DMemorySSA.cpp2259 auto PAC = PA.getChecker<MemorySSAAnalysis>(); in invalidate()
DDependenceAnalysis.cpp3380 auto PAC = PA.getChecker<DependenceAnalysis>(); in invalidate()
DScalarEvolution.cpp12060 auto PAC = PA.getChecker<ScalarEvolutionAnalysis>(); in invalidate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassManagerInternal.h193 auto PAC = PA.template getChecker<PassT>();
DPassManager.h312 template <typename AnalysisT> PreservedAnalysisChecker getChecker() const { in getChecker() function
321 PreservedAnalysisChecker getChecker(AnalysisKey *ID) const { in getChecker() function
/third_party/typescript/src/services/codefixes/
DimportFixes.ts391 const getChecker = createGetChecker(program, host); constant
394 if (skipAlias(info[0].symbol, getChecker(info[0].isFromPackageJson)) === symbol) {
664 const getChecker = createGetChecker(program, host); constant
672 const checker = getChecker(exportInfo.isFromPackageJson);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCGSCCPassManager.h503 auto PAC = PA.getChecker<LazyCallGraphAnalysis>();
/third_party/typescript/src/harness/
DfourslashImpl.ts1074 private getChecker() {
1119 const symbol = this.getChecker().getSymbolAtLocation(node)!;
1128 …return this.getChecker().getSymbolsInScope(node, ts.SymbolFlags.Value | ts.SymbolFlags.Type | ts.S…
1137 const checker = this.getChecker();