Searched refs:optlevel (Results 1 – 5 of 5) sorted by relevance
264 enum LLVM_CodeGenOpt_Level optlevel; in init_gallivm_engine() local269 optlevel = None; in init_gallivm_engine()272 optlevel = Default; in init_gallivm_engine()280 (unsigned) optlevel, in init_gallivm_engine()
40 (** [create m optlevel] creates a new MCJIT just-in-time compiler, taking42 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
41 (** [create m optlevel] creates a new MCJIT just-in-time compiler, taking43 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
120 IRTranslator::IRTranslator(CodeGenOpt::Level optlevel) in IRTranslator() argument121 : MachineFunctionPass(ID), OptLevel(optlevel) {} in IRTranslator()
1232 optlevel = 1 if __debug__ else 01236 zipfile.PyZipFile(t, "w", optimize=optlevel) as zipfp: