Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp924 unsigned BestGrowth = ~0u; in findAvailableWater() local
940 Growth < BestGrowth) { in findAvailableWater()
942 BestGrowth = Growth; in findAvailableWater()
948 if (BestGrowth == 0) in findAvailableWater()
954 return BestGrowth != ~0u; in findAvailableWater()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1167 unsigned BestGrowth = ~0u; in findAvailableWater() local
1182 NewWaterList.count(WaterBB)) && Growth < BestGrowth) { in findAvailableWater()
1184 BestGrowth = Growth; in findAvailableWater()
1190 if (BestGrowth == 0) in findAvailableWater()
1196 return BestGrowth != ~0u; in findAvailableWater()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1307 unsigned BestGrowth = ~0u; in findAvailableWater() local
1341 Growth < BestGrowth) { in findAvailableWater()
1343 BestGrowth = Growth; in findAvailableWater()
1352 if (!CloserWater && BestGrowth == 0) in findAvailableWater()
1358 return BestGrowth != ~0u; in findAvailableWater()