Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp90 HRESULT getAnalysis = DXGIGetDebugInterface1(0, IID_PPV_ARGS(&fGraphicsAnalysis)); in GrD3DGpu() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp2008 function_ref<AnalysisResultsForFn(Function &)> getAnalysis) { in runIPSCCP()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp648 const Analysis &getAnalysis() const in getAnalysis() function in sw::SpirvShader