Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombine.h95 FunctionPass *createInstructionCombiningPass();
/src/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h82 (void) llvm::createInstructionCombiningPass(); in ForcePassLinking()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5567 FunctionPass *llvm::createInstructionCombiningPass() { in createInstructionCombiningPass() function in llvm