Lines Matching full:islands
1 //===-- ARMConstantIslandPass.cpp - ARM constant islands ------------------===//
10 // This file contains a pass that splits the constant pool up into 'islands'
38 #define DEBUG_TYPE "arm-cp-islands"
81 /// Islands - Clumps of constants placed in the function.
161 /// WaterList - A sorted list of basic blocks where islands could be placed
345 /// verify - check BBOffsets, BBSizes, alignment of islands
1311 // inserting islands between BB0 and BB1 makes other accesses out of range.