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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1044 SmallVector<CallBase *, 10> ColdCandidates; local
1057 ColdCandidates.push_back(CB);
1065 CIS.insert(CIS.begin(), ColdCandidates.begin(), ColdCandidates.end());
1066 emitOptimizationRemarksForInlineCandidates(ColdCandidates, F, false);

Completed in 128 milliseconds