Searched defs:inlineSmallFunctionThreshold (Results 1 – 3 of 3) sorted by relevance
93 maplecl::Option<uint32_t> inlineSmallFunctionThreshold({"--inline-small-function-threshold"}, variable
44 uint32 Options::inlineSmallFunctionThreshold = 80; // Only for srcLangC, value will be reset later… member in maple::Options
95 static uint32 inlineSmallFunctionThreshold; variable