Home
last modified time | relevance | path

Searched refs:LocallyHotCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp72 static cl::opt<int> LocallyHotCallSiteThreshold( variable
828 if (!CallerBFI || !Params.LocallyHotCallSiteThreshold) in getHotCallSiteThreshold()
839 return Params.LocallyHotCallSiteThreshold; in getHotCallSiteThreshold()
2104 if (LocallyHotCallSiteThreshold.getNumOccurrences() > 0) in getInlineParams()
2105 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()
2152 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInlineCost.h151 Optional<int> LocallyHotCallSiteThreshold; member