Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp511 void updateThreshold(CallBase &Call, Function &Callee);
872 updateThreshold(CandidateCall, F); in onAnalysisStart()
1469 void InlineCostCallAnalyzer::updateThreshold(CallBase &Call, Function &Callee) { in updateThreshold() function in InlineCostCallAnalyzer