Searched defs:isBBInRange (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 312 bool isBBInRange(MachineInstr *MI, MachineBasicBlock *BB, unsigned Disp); 1644 /// isBBInRange - Returns true if the distance between specific MI and 1646 bool ARMConstantIslands::isBBInRange(MachineInstr *MI,MachineBasicBlock *DestBB, function in class:ARMConstantIslands 1676 if (isBBInRange(MI, DestBB, Br.MaxDisp)) 1746 if (isBBInRange(MI, NewDest, Br.MaxDisp)) { 1921 if (isBBInRange(Br.MI, DestBB, MaxOffs)) {
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 410 bool isBBInRange(MachineInstr *MI, MachineBasicBlock *BB, unsigned Disp); 1490 /// isBBInRange - Returns true if the distance between specific MI and 1492 bool MipsConstantIslands::isBBInRange function in class:MipsConstantIslands 1525 if (isBBInRange(MI, DestBB, Br.MaxDisp)) 1544 if (isBBInRange(MI, DestBB, BimmX16MaxDisp)) { 1588 if (isBBInRange(MI, DestBB, LongFormMaxOff)) { 1624 if (isBBInRange(MI, NewDest, Br.MaxDisp)) {
|
Completed in 185 milliseconds