Lines Matching defs:JitCompilationOptions
36 struct JitCompilationOptions { struct
40 std::string triple_;
41 std::string outputFileName_;
42 size_t optLevel_;
43 size_t relocMode_;
44 std::string logOption_;
45 std::string logMethodsList_;
46 bool compilerLogTime_;
47 bool deviceIsScreenOff_;
48 uint32_t hotnessThreshold_;
49 int32_t deviceThermalLevel_;
50 std::string profilerIn_;
51 bool isEnableArrayBoundsCheckElimination_;
52 bool isEnableTypeLowering_;
53 bool isEnableEarlyElimination_;
54 bool isEnableLaterElimination_;
55 bool isEnableValueNumbering_;
56 bool isEnableOptInlining_;
57 bool isEnableOptString_;
58 bool isEnableOptPGOType_;
59 bool isEnableOptTrackField_;
60 bool isEnableOptLoopPeeling_;
61 bool isEnableOptOnHeapCheck_;
62 bool isEnableOptLoopInvariantCodeMotion_;
63 bool isEnableOptConstantFolding_;
64 bool isEnableLexenvSpecialization_;
65 bool isEnableNativeInline_;
66 bool isEnableLoweringBuiltin_;