Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/Transforms/
DIPO.h41 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM);
/external/llvm/bindings/go/llvm/
Dtransforms_ipo.go32 func (pm PassManager) AddFunctionAttrsPass() { C.LLVMAddFunctionAttrsPass(pm.C) }
/external/llvm/bindings/ocaml/transforms/ipo/
Dipo_ocaml.c42 LLVMAddFunctionAttrsPass(PM); in llvm_add_function_attrs()
/external/llvm/lib/Transforms/IPO/
DIPO.cpp67 void LLVMAddFunctionAttrsPass(LLVMPassManagerRef PM) { in LLVMAddFunctionAttrsPass() function