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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1040 SmallVector<CallBase *, 10> CIS; local
1062 CIS.insert(CIS.begin(), AllCandidates.begin(), AllCandidates.end());
1065 CIS.insert(CIS.begin(), ColdCandidates.begin(), ColdCandidates.end());
1069 for (CallBase *I : CIS) {

Completed in 179 milliseconds