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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1064 unsigned BestGrowth = ~0u; local
1079 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1081 BestGrowth = Growth;
1087 if (BestGrowth == 0)
1093 return BestGrowth != ~0u;
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1190 unsigned BestGrowth = ~0u; local
1205 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1207 BestGrowth = Growth;
1213 if (BestGrowth == 0)
1219 return BestGrowth != ~0u;

Completed in 89 milliseconds