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