Searched defs:inlineHotFunctionThreshold (Results 1 – 3 of 3) sorted by relevance
98 maplecl::Option<uint32_t> inlineHotFunctionThreshold({"--inline-hot-function-threshold"}, variable
45 uint32 Options::inlineHotFunctionThreshold = 100; // Only for srcLangC, value will be reset later… member in maple::Options
96 static uint32 inlineHotFunctionThreshold; variable