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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantIslandPass.cpp165 /// NewWaterList - The subset of WaterList that was created since the
167 SmallSet<MachineBasicBlock*, 4> NewWaterList; member in class:__anon10125::ARMConstantIslands
452 // Clear NewWaterList now. If we split a block for branches, it should
454 NewWaterList.clear();
922 NewWaterList.insert(OrigBB);
1204 NewWaterList.count(WaterBB)) && Growth < BestGrowth) {
1389 // propagate that to the new island. This is just keeping NewWaterList
1391 if (NewWaterList.erase(WaterBB))
1392 NewWaterList.insert(NewIsland);
1406 // Also remove any entry from NewWaterList
[all...]

Completed in 124 milliseconds