Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli40 (** [create m optlevel] creates a new MCJIT just-in-time compiler, taking
42 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
/netbsd-src/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp120 IRTranslator::IRTranslator(CodeGenOpt::Level optlevel) in IRTranslator() argument
121 : MachineFunctionPass(ID), OptLevel(optlevel) {} in IRTranslator()