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

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp247 /// NewWaterList - The subset of WaterList that was created since the
249 SmallSet<MachineBasicBlock*, 4> NewWaterList; member in class:__anon26048::MipsConstantIslands
509 // Clear NewWaterList now. If we split a block for branches, it should
511 NewWaterList.clear();
926 NewWaterList.insert(OrigBB);
1223 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1372 // propagate that to the new island. This is just keeping NewWaterList
1374 if (NewWaterList.erase(WaterBB))
1375 NewWaterList.insert(NewIsland);
1395 // Also remove any entry from NewWaterList
[all...]
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp166 /// NewWaterList - The subset of WaterList that was created since the
168 SmallSet<MachineBasicBlock*, 4> NewWaterList; member in class:__anon25967::ARMConstantIslands
453 // Clear NewWaterList now. If we split a block for branches, it should
455 NewWaterList.clear();
924 NewWaterList.insert(OrigBB);
1206 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1390 // propagate that to the new island. This is just keeping NewWaterList
1392 if (NewWaterList.erase(WaterBB))
1393 NewWaterList.insert(NewIsland);
1407 // Also remove any entry from NewWaterList
[all...]

Completed in 110 milliseconds