Home
last modified time | relevance | path

Searched defs:HotCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance

/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
923 auto HotCallSiteThreshold = getHotCallSiteThreshold(CS, CallerBFI); in updateThreshold() local