Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp250 SmallSet<MachineBasicBlock*, 4> NewWaterList; member in __anon449aa4850111::MipsConstantIslands
509 NewWaterList.clear(); in runOnMachineFunction()
922 NewWaterList.insert(OrigBB); in splitBlockBeforeInstr()
1219 NewWaterList.count(WaterBB)) && Growth < BestGrowth) { in findAvailableWater()
1370 if (NewWaterList.erase(WaterBB)) in handleConstantPoolUser()
1371 NewWaterList.insert(NewIsland); in handleConstantPoolUser()
1394 NewWaterList.erase(WaterBB); in handleConstantPoolUser()
1397 NewWaterList.insert(NewIsland); in handleConstantPoolUser()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp168 SmallSet<MachineBasicBlock*, 4> NewWaterList; member in __anon8e1325130111::ARMConstantIslands
474 NewWaterList.clear(); in runOnMachineFunction()
1026 NewWaterList.insert(OrigBB); in splitBlockBeforeInstr()
1333 NewWaterList.count(WaterBB) || WaterBB == U.MI->getParent()) && in findAvailableWater()
1534 if (NewWaterList.erase(WaterBB)) in handleConstantPoolUser()
1535 NewWaterList.insert(NewIsland); in handleConstantPoolUser()
1552 NewWaterList.erase(WaterBB); in handleConstantPoolUser()
1555 NewWaterList.insert(NewIsland); in handleConstantPoolUser()