Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/Transforms/
H A DScalar.h65 void LLVMAddIndVarSimplifyPass(LLVMPassManagerRef PM);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dtransforms_scalar.go25 func (pm PassManager) AddIndVarSimplifyPass() { C.LLVMAddIndVarSimplifyPass(pm.C) }
/llvm-project-15.0.7/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dscalar_opts_ocaml.c72 LLVMAddIndVarSimplifyPass(PM); in llvm_add_ind_var_simplify()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DScalar.cpp164 void LLVMAddIndVarSimplifyPass(LLVMPassManagerRef PM) { in LLVMAddIndVarSimplifyPass() function