Searched refs:createFunctionAttrsPass (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Transforms/
H A DIPO.h169 /// createFunctionAttrsPass - This pass discovers functions that do not access
174 Pass *createFunctionAttrsPass();
/external/llvm/lib/Transforms/IPO/
H A DIPO.cpp66 unwrap(PM)->add(createFunctionAttrsPass());
H A DPassManagerBuilder.cpp171 MPM.add(createFunctionAttrsPass()); // Set readonly/readnone attrs
359 PM.add(createFunctionAttrsPass()); // Add nocapture.
H A DFunctionAttrs.cpp144 Pass *llvm::createFunctionAttrsPass() { return new FunctionAttrs(); } function in class:llvm
/external/llvm/bindings/ocaml/transforms/ipo/
H A Dllvm_ipo.ml27 (** See llvm::createFunctionAttrsPass function. *)
H A Dllvm_ipo.mli27 (** See llvm::createFunctionAttrsPass function. *)
/external/llvm/include/llvm/
H A DLinkAllPasses.h150 (void) llvm::createFunctionAttrsPass();

Completed in 126 milliseconds