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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h12 /// legacy pass manager, use \c createInstructionCombiningPass().
68 FunctionPass *createInstructionCombiningPass();
69 FunctionPass *createInstructionCombiningPass(unsigned MaxIterations);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp335 MPM.add(createInstructionCombiningPass()); // Combine silly seq's
388 MPM.add(createInstructionCombiningPass());
423 MPM.add(createInstructionCombiningPass());
454 MPM.add(createInstructionCombiningPass());
472 MPM.add(createInstructionCombiningPass());
587 MPM.add(createInstructionCombiningPass()); // Clean up after IPCP & DAE
758 MPM.add(createInstructionCombiningPass());
768 MPM.add(createInstructionCombiningPass());
772 MPM.add(createInstructionCombiningPass());
793 MPM.add(createInstructionCombiningPass());
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h124 (void) llvm::createInstructionCombiningPass();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3883 FunctionPass *llvm::createInstructionCombiningPass() { function in class:llvm
3887 FunctionPass *llvm::createInstructionCombiningPass(unsigned MaxIterations) { function in class:llvm
3892 unwrap(PM)->add(createInstructionCombiningPass());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp327 PM.add(createInstructionCombiningPass());

Completed in 191 milliseconds