Home
last modified time | relevance | path

Searched defs:getAnalysis (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSCCP.cpp17 auto getAnalysis = [&FAM](Function &F) -> AnalysisResultsForFn { in run() local
56 auto getAnalysis = [this](Function &F) -> AnalysisResultsForFn { in runOnModule() local
/external/llvm/include/llvm/
DPassAnalysisSupport.h221 AnalysisType &Pass::getAnalysis() const { in getAnalysis() function
250 AnalysisType &Pass::getAnalysis(Function &F) { in getAnalysis() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassAnalysisSupport.h220 AnalysisType &Pass::getAnalysis() const { in getAnalysis() function
248 AnalysisType &Pass::getAnalysis(Function &F) { in getAnalysis() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h118 T *getAnalysis(Decl const *D) { in getAnalysis() function
DExplodedGraph.h149 T &getAnalysis() const { in getAnalysis() function
/external/clang/include/clang/Analysis/
DAnalysisContext.h196 T *getAnalysis() { in getAnalysis() function
248 T *getAnalysis() const { in getAnalysis() function
/external/skia/src/gpu/d3d/
DGrD3DGpu.cpp90 HRESULT getAnalysis = DXGIGetDebugInterface1(0, IID_PPV_ARGS(&fGraphicsAnalysis)); in GrD3DGpu() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp2008 function_ref<AnalysisResultsForFn(Function &)> getAnalysis) { in runIPSCCP()
/external/swiftshader/src/Pipeline/
DSpirvShader.hpp678 const Analysis &getAnalysis() const in getAnalysis() function in sw::SpirvShader