Home
last modified time | relevance | path

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

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