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

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp298 CPUser &U, unsigned &Growth);
995 unsigned &Growth) {
1014 Growth = CPEEnd - NextBlockOffset;
1017 Growth += OffsetToAlignment(CPEEnd, 1u << NextBlockAlignment);
1023 UserOffset += Growth + UnknownPadding(MF->getAlignment(), CPELogAlign);
1026 Growth = 0;
1203 unsigned Growth; local
1204 if (isWaterInRange(UserOffset, WaterBB, U, Growth) &&
1206 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1208 BestGrowth = Growth;
993 isWaterInRange(unsigned UserOffset, MachineBasicBlock* Water, CPUser &U, unsigned &Growth) argument
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp411 CPUser &U, unsigned &Growth);
970 unsigned &Growth) {
989 Growth = CPEEnd - NextBlockOffset;
992 Growth += OffsetToAlignment(CPEEnd, 1u << NextBlockAlignment);
998 UserOffset += Growth;
1001 Growth = 0;
1220 unsigned Growth; local
1221 if (isWaterInRange(UserOffset, WaterBB, U, Growth) &&
1223 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1225 BestGrowth = Growth;
968 isWaterInRange(unsigned UserOffset, MachineBasicBlock* Water, CPUser &U, unsigned &Growth) argument
[all...]

Completed in 206 milliseconds