Home
last modified time | relevance | path

Searched refs:LLVMAddAlwaysInlinerPass (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm-c/Transforms/
H A DIPO.h49 void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM);
/llvm-project-15.0.7/llvm/bindings/ocaml/transforms/ipo/
H A Dipo_ocaml.c54 LLVMAddAlwaysInlinerPass(PM); in llvm_add_always_inliner()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIPO.cpp88 void LLVMAddAlwaysInlinerPass(LLVMPassManagerRef PM) { in LLVMAddAlwaysInlinerPass() function