Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/Transforms/
DScalar.h114 void LLVMAddScalarReplAggregatesPassWithThreshold(LLVMPassManagerRef PM,
/external/llvm/bindings/go/llvm/
Dtransforms_scalar.go39 C.LLVMAddScalarReplAggregatesPassWithThreshold(pm.C, C.int(threshold))
/external/llvm/bindings/ocaml/transforms/scalar_opts/
Dscalar_opts_ocaml.c175 LLVMAddScalarReplAggregatesPassWithThreshold(PM, Int_val(threshold)); in llvm_add_scalar_repl_aggregates_with_threshold()
/external/llvm/lib/Transforms/Scalar/
DScalar.cpp197 void LLVMAddScalarReplAggregatesPassWithThreshold(LLVMPassManagerRef PM, in LLVMAddScalarReplAggregatesPassWithThreshold() function