Lines Matching full:island
80 /// Water - Potential places where an island could be formed.
337 report_fatal_error("Constant Island pass failed to converge!"); in runOnMachineFunction()
495 // 'water' that a constant pool island could be placed. in initializeFunctionInfo()
962 /// block following which the new island can be inserted (the WaterList
1016 // Alignment of the island is handled in createNewWater()
1090 // propagate that to the new island. This is just keeping NewWaterList in handleConstantPoolUser()
1122 // Okay, we know we can put an island before NewMBB now, do it! in handleConstantPoolUser()
1135 // Now that we have an island to add the CPE to, clone the original CPE and in handleConstantPoolUser()
1136 // add it to the island. in handleConstantPoolUser()
1148 // Increase the size of the island block to account for the new entry. in handleConstantPoolUser()
1185 // An island has only one predecessor BB and one successor BB. Check if in removeDeadCPEMI()
1371 "CSKY constant island placement and branch shortening pass",