Home
last modified time | relevance | path

Searched refs:EVLIndVarSimplifyPass (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DEVLIndVarSimplify.h26 struct EVLIndVarSimplifyPass : public PassInfoMixin<EVLIndVarSimplifyPass> { struct
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp289 PreservedAnalyses EVLIndVarSimplifyPass::run(Loop &L, LoopAnalysisManager &LAM, in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp655 FPM.addPass(createFunctionToLoopPassAdaptor(EVLIndVarSimplifyPass())); in registerPassBuilderCallbacks()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def747 LOOP_PASS("evl-iv-simplify", EVLIndVarSimplifyPass())