Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h12 /// legacy pass manager, use \c createInstructionCombiningPass().
95 FunctionPass *createInstructionCombiningPass();
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h82 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5567 FunctionPass *llvm::createInstructionCombiningPass() { in createInstructionCombiningPass() function in llvm