Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h52 const int ColdccPenalty = 2000; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1190 Cost += InlineConstants::ColdccPenalty; in onAnalysisStart()