Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp235 virtual void onCallPenalty() {} in onCallPenalty() function in __anon797094460111::CallAnalyzer
536 void onCallPenalty() override { addCost(InlineConstants::CallPenalty); } in onCallPenalty() function in __anon797094460111::InlineCostCallAnalyzer