Searched refs:CPUserIndex (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantIslandPass.cpp288 void createNewWater(unsigned CPUserIndex, unsigned UserOffset,
290 bool handleConstantPoolUser(unsigned CPUserIndex);
1222 /// CPUsers[CPUserIndex], so create a place to put the CPE. The end of the
1228 void ARMConstantIslands::createNewWater(unsigned CPUserIndex, argument
1231 CPUser &U = CPUsers[CPUserIndex];
1317 unsigned CPUIndex = CPUserIndex+1;
1361 bool ARMConstantIslands::handleConstantPoolUser(unsigned CPUserIndex) { argument
1362 CPUser &U = CPUsers[CPUserIndex];
1400 createNewWater(CPUserIndex, UserOffset, NewMBB);

Completed in 116 milliseconds