Home
last modified time | relevance | path

Searched refs:ForceFunctionAttrsPass (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/
DForceFunctionAttrs.h23 struct ForceFunctionAttrsPass : PassInfoMixin<ForceFunctionAttrsPass> { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DForceFunctionAttrs.cpp91 PreservedAnalyses ForceFunctionAttrsPass::run(Module &M, in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp1049 MPM.addPass(ForceFunctionAttrsPass()); in buildPerModuleDefaultPipeline()
1076 MPM.addPass(ForceFunctionAttrsPass()); in buildThinLTOPreLinkDefaultPipeline()
1136 MPM.addPass(ForceFunctionAttrsPass()); in buildThinLTODefaultPipeline()
1185 MPM.addPass(ForceFunctionAttrsPass()); in buildLTODefaultPipeline()
DPassRegistry.def51 MODULE_PASS("forceattrs", ForceFunctionAttrsPass())