Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp132 class InlineCostCallAnalyzer;
151 InlineCostCallAnalyzer *const ICCA;
154 InlineCostAnnotationWriter(InlineCostCallAnalyzer *ICCA) : ICCA(ICCA) {} in InlineCostAnnotationWriter()
445 class InlineCostCallAnalyzer final : public CallAnalyzer { class
562 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, in onLoweredCall()
903 InlineCostCallAnalyzer( in InlineCostCallAnalyzer() function in __anon797094460111::InlineCostCallAnalyzer
935 virtual ~InlineCostCallAnalyzer() {} in ~InlineCostCallAnalyzer()
1418 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite()
1442 InlineCostCallAnalyzer::getHotCallSiteThreshold(CallBase &Call, in getHotCallSiteThreshold()
1469 void InlineCostCallAnalyzer::updateThreshold(CallBase &Call, Function &Callee) { in updateThreshold()
[all …]