Home
last modified time | relevance | path

Searched refs:HotCallSiteThreshold (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInlineSimple.cpp109 Param.HotCallSiteThreshold = 0; in createFunctionInliningPass()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h147 Optional<int> HotCallSiteThreshold; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp68 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable
824 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()
923 auto HotCallSiteThreshold = getHotCallSiteThreshold(CS, CallerBFI); in updateThreshold() local
924 if (!Caller->optForSize() && HotCallSiteThreshold) { in updateThreshold()
930 Threshold = HotCallSiteThreshold.getValue(); in updateThreshold()
2095 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp680 IP.HotCallSiteThreshold = 0; in buildModuleSimplificationPipeline()