Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DUtils.h102 LLVM_ABI Pass *createLoopSimplifyPass();
/freebsd/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h97 (void)llvm::createLoopSimplifyPass(); in ForcePassLinking()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp204 addPass(createLoopSimplifyPass()); in addIRPasses()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp785 Pass *llvm::createLoopSimplifyPass() { return new LoopSimplify(); } in createLoopSimplifyPass() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19119 {"_ZN4llvm22createLoopSimplifyPassEv", "llvm::createLoopSimplifyPass()"},