Searched refs:optlevel (Results 1 – 7 of 7) sorted by relevance
223 enum LLVM_CodeGenOpt_Level optlevel; in init_gallivm_engine() local228 optlevel = None; in init_gallivm_engine()231 optlevel = Default; in init_gallivm_engine()238 (unsigned) optlevel, in init_gallivm_engine()
117 opt=args.optlevel, attr=args.attr)148 '-O' + args.optlevel,
302 opt_level = args.optlevel
41 (** [create m optlevel] creates a new MCJIT just-in-time compiler, taking43 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
103 (** [create_jit m optlevel] creates a new JIT (just-in-time compiler), taking105 level [optlevel]. Raises [Error msg] if an error occurrs. The execution
921 optlevel = 1 if __debug__ else 0925 zipfile.PyZipFile(t, "w", optimize=optlevel) as zipfp: