Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm-c/Transforms/
H A DIPO.h43 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM);
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dtransforms_ipo.go30 func (pm PassManager) AddFunctionAttrsPass() { C.LLVMAddFunctionAttrsPass(pm.C) }
/llvm-project-15.0.7/llvm/bindings/ocaml/transforms/ipo/
H A Dipo_ocaml.c42 LLVMAddFunctionAttrsPass(PM); in llvm_add_function_attrs()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIPO.cpp80 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() function