Searched refs:isWaterInRange (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 408 bool isWaterInRange(unsigned UserOffset, MachineBasicBlock *Water, 964 bool MipsConstantIslands::isWaterInRange(unsigned UserOffset, in isWaterInRange() function in MipsConstantIslands 1217 if (isWaterInRange(UserOffset, WaterBB, U, Growth) && in findAvailableWater()
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 310 bool isWaterInRange(unsigned UserOffset, MachineBasicBlock *Water, 1095 bool ARMConstantIslands::isWaterInRange(unsigned UserOffset, in isWaterInRange() function in ARMConstantIslands 1331 if (isWaterInRange(UserOffset, WaterBB, U, Growth) && in findAvailableWater()
|