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

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1208 unsigned BestGrowth = ~0u; local
1223 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1225 BestGrowth = Growth;
1231 if (BestGrowth == 0)
1237 return BestGrowth != ~0u;
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1191 unsigned BestGrowth = ~0u; local
1206 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1208 BestGrowth = Growth;
1214 if (BestGrowth == 0)
1220 return BestGrowth != ~0u;

Completed in 81 milliseconds