Home
last modified time | relevance | path

Searched refs:createInstrOrderFilePass (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h153 ModulePass *createInstrOrderFilePass();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrOrderFile.cpp211 ModulePass *llvm::createInstrOrderFilePass() { in createInstrOrderFilePass() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp638 MPM.add(createInstrOrderFilePass()); in populateModulePassManager()