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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantIslandPass.cpp160 /// WaterList - A sorted list of basic blocks where islands could be placed
163 std::vector<MachineBasicBlock*> WaterList; member in class:__anon10125::ARMConstantIslands
165 /// NewWaterList - The subset of WaterList that was created since the
492 WaterList.clear();
660 WaterList.push_back(&MBB);
841 /// CompareMBBNumbers - Little predicate function to sort the WaterList by MBB
859 // Next, update WaterList. Specifically, we need to add NewMBB as having
862 std::lower_bound(WaterList.begin(), WaterList.end(), NewBB,
864 WaterList
[all...]

Completed in 95 milliseconds