Searched refs:CallPenalty (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h46 const int CallPenalty = 25; member in namespace:llvm::InlineConstants
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp505 void onCallPenalty() override { addCost(InlineConstants::CallPenalty); } variable
540 addCost(InlineConstants::CallPenalty); variable
648 addCost(NumLoops * InlineConstants::CallPenalty); variable
2284 Cost += InlineConstants::InstrCost + InlineConstants::CallPenalty;

Completed in 167 milliseconds