Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp1189 unsigned BestGrowth = ~0u; in findAvailableWater() local
1204 NewWaterList.count(WaterBB)) && Growth < BestGrowth) { in findAvailableWater()
1206 BestGrowth = Growth; in findAvailableWater()
1212 if (BestGrowth == 0) in findAvailableWater()
1218 return BestGrowth != ~0u; in findAvailableWater()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1305 unsigned BestGrowth = ~0u; in findAvailableWater() local
1338 Growth < BestGrowth) { in findAvailableWater()
1340 BestGrowth = Growth; in findAvailableWater()
1349 if (!CloserWater && BestGrowth == 0) in findAvailableWater()
1355 return BestGrowth != ~0u; in findAvailableWater()