Home
last modified time | relevance | path

Searched refs:PostOrderFunctionAttrsPass (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionAttrs.h50 struct PostOrderFunctionAttrsPass : PassInfoMixin<PostOrderFunctionAttrsPass> { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp830 MainCGPipeline.addPass(PostOrderFunctionAttrsPass()); in buildModuleSimplificationPipeline()
1214 PostOrderFunctionAttrsPass())); in buildLTODefaultPipeline()
1307 PostOrderFunctionAttrsPass())); in buildLTODefaultPipeline()
DPassRegistry.def110 CGSCC_PASS("function-attrs", PostOrderFunctionAttrsPass())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1410 PreservedAnalyses PostOrderFunctionAttrsPass::run(LazyCallGraph::SCC &C, in run()