Home | History | Annotate | Download | only in ARM

Lines Matching full:island

81   ///   Water   - Potential places where an island could be formed.
272 return "ARM constant island placement and branch shortening pass";
371 /// island pass.
449 report_fatal_error("Constant Island pass failed to converge!");
658 // 'water' that a constant pool island could be placed.
1227 /// block following which the new island can be inserted (the WaterList
1275 // entries are 4 bytes: if instruction I references island CPE, and
1279 // need to create a new island. So, we make a first guess, then walk through
1282 // reference CPEs will be able to use the same island area; if not, we back
1297 // (allows for long branch on Thumb1). Alignment of the island is handled
1390 // propagate that to the new island. This is just keeping NewWaterList
1424 // Okay, we know we can put an island before NewMBB now, do it!
1433 // Now that we have an island to add the CPE to, clone the original CPE and
1434 // add it to the island.
1444 // Increase the size of the island block to account for the new entry.
1479 // An island has only one predecessor BB and one successor BB. Check if