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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMConstantIslandPass.cpp297 CPUser &U, unsigned &Growth);
993 unsigned &Growth) {
1012 Growth = CPEEnd - NextBlockOffset;
1015 Growth += OffsetToAlignment(CPEEnd, 1u << NextBlockAlignment);
1021 UserOffset += Growth + UnknownPadding(MF->getAlignment(), CPELogAlign);
1024 Growth = 0;
1201 unsigned Growth; local
1202 if (isWaterInRange(UserOffset, WaterBB, U, Growth) &&
1204 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1206 BestGrowth = Growth;
991 isWaterInRange(unsigned UserOffset, MachineBasicBlock* Water, CPUser &U, unsigned &Growth) argument
[all...]

Completed in 110 milliseconds