Lines Matching defs:CPEs
469 // If it doesn't end in 10, the input may have huge BB or many CPEs.
706 std::vector<CPEntry> &CPEs = CPEntries[CPI];
709 for (CPEntry &CPE : CPEs)
1253 std::vector<CPEntry> &CPEs = CPEntries[CPI];
1254 for (CPEntry &CPE : CPEs) {
1258 // Removing CPEs can leave empty entries, skip
1339 // sure to take advantage of it for all the CPEs near that block, so that
1429 // reference CPEs will be able to use the same island area; if not, we back
1506 // reused within the block, but it doesn't matter much. Also assume CPEs
1508 // to pack the aligned CPEs better.
1696 for (std::vector<CPEntry> &CPEs : CPEntries) {
1697 for (CPEntry &CPE : CPEs) {
2405 auto &CPEs = CPEntries[CPEntryIdx];
2407 find_if(CPEs, [&](CPEntry &E) { return E.CPEMI == User.CPEMI; });