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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp989 SmallVector<CallBase *, 10> CIS; local
1009 CIS.insert(CIS.begin(), AllCandidates.begin(), AllCandidates.end());
1012 CIS.insert(CIS.begin(), ColdCandidates.begin(), ColdCandidates.end());
1016 for (CallBase *I : CIS) {

Completed in 49 milliseconds