Home
last modified time | relevance | path

Searched refs:createInstructionCombiningPass (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
DInstCombine.h71 FunctionPass *createInstructionCombiningPass(bool ExpensiveCombines = true);
72 FunctionPass *createInstructionCombiningPass(bool ExpensiveCombines,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DLinkAllPasses.h123 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp275 PM.add(createInstructionCombiningPass(ExpensiveCombines)); in addInstructionCombiningPass()
325 MPM.add(createInstructionCombiningPass()); // Combine silly seq's in addPGOInstrPasses()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMJIT.cpp862 …imization::Pass::InstructionCombining: passManager.add(llvm::createInstructionCombiningPass()); br… in optimize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3743 FunctionPass *llvm::createInstructionCombiningPass(bool ExpensiveCombines) { in createInstructionCombiningPass() function in llvm
3747 FunctionPass *llvm::createInstructionCombiningPass(bool ExpensiveCombines, in createInstructionCombiningPass() function in llvm
3753 unwrap(PM)->add(createInstructionCombiningPass()); in LLVMAddInstructionCombiningPass()