Lines Matching defs:CPEs
468 // If it doesn't end in 10, the input may have huge BB or many CPEs.
703 std::vector<CPEntry> &CPEs = CPEntries[CPI];
706 for (CPEntry &CPE : CPEs)
1248 std::vector<CPEntry> &CPEs = CPEntries[CPI];
1249 for (CPEntry &CPE : CPEs) {
1253 // Removing CPEs can leave empty entries, skip
1333 // sure to take advantage of it for all the CPEs near that block, so that
1423 // reference CPEs will be able to use the same island area; if not, we back
1500 // reused within the block, but it doesn't matter much. Also assume CPEs
1502 // to pack the aligned CPEs better.
1690 for (std::vector<CPEntry> &CPEs : CPEntries) {
1691 for (CPEntry &CPE : CPEs) {
2399 auto &CPEs = CPEntries[CPEntryIdx];
2401 find_if(CPEs, [&](CPEntry &E) { return E.CPEMI == User.CPEMI; });