Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DIPO.h247 ModulePass *createCrossDSOCFIPass();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp63 ModulePass *llvm::createCrossDSOCFIPass() { return new CrossDSOCFI; } in createCrossDSOCFIPass() function in llvm
DPassManagerBuilder.cpp1084 PM.add(createCrossDSOCFIPass()); in populateLTOPassManager()