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

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp161 /// WaterList - A sorted list of basic blocks where islands could be placed
164 std::vector<MachineBasicBlock*> WaterList; member in class:__anon25967::ARMConstantIslands
166 /// NewWaterList - The subset of WaterList that was created since the
493 WaterList.clear();
661 WaterList.push_back(&MBB);
843 /// CompareMBBNumbers - Little predicate function to sort the WaterList by MBB
861 // Next, update WaterList. Specifically, we need to add NewMBB as having
864 std::lower_bound(WaterList.begin(), WaterList.end(), NewBB,
866 WaterList
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp242 /// WaterList - A sorted list of basic blocks where islands could be placed
245 std::vector<MachineBasicBlock*> WaterList; member in class:__anon26048::MipsConstantIslands
247 /// NewWaterList - The subset of WaterList that was created since the
528 WaterList.clear();
677 WaterList.push_back(&MBB);
845 /// CompareMBBNumbers - Little predicate function to sort the WaterList by MBB
864 // Next, update WaterList. Specifically, we need to add NewMBB as having
867 std::lower_bound(WaterList.begin(), WaterList.end(), NewBB,
869 WaterList
[all...]

Completed in 99 milliseconds