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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h219 Pass *createLoopIdiomPass();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalar.cpp186 unwrap(PM)->add(createLoopIdiomPass());
H A DLoopIdiomRecognize.cpp291 Pass *llvm::createLoopIdiomPass() { return new LoopIdiomRecognizeLegacyPass(); } function in class:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h142 (void) llvm::createLoopIdiomPass();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp426 MPM.add(createLoopIdiomPass()); // Recognize idioms like memset.

Completed in 131 milliseconds