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

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp412 bool isBBInRange(MachineInstr *MI, MachineBasicBlock *BB, unsigned Disp);
1497 /// isBBInRange - Returns true if the distance between specific MI and
1499 bool MipsConstantIslands::isBBInRange function in class:MipsConstantIslands
1532 if (isBBInRange(MI, DestBB, Br.MaxDisp))
1551 if (isBBInRange(MI, DestBB, BimmX16MaxDisp)) {
1595 if (isBBInRange(MI, DestBB, LongFormMaxOff)) {
1631 if (isBBInRange(MI, NewDest, Br.MaxDisp)) {
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp299 bool isBBInRange(MachineInstr *MI, MachineBasicBlock *BB, unsigned Disp);
1503 /// isBBInRange - Returns true if the distance between specific MI and
1505 bool ARMConstantIslands::isBBInRange(MachineInstr *MI,MachineBasicBlock *DestBB, function in class:ARMConstantIslands
1535 if (isBBInRange(MI, DestBB, Br.MaxDisp))
1605 if (isBBInRange(MI, NewDest, Br.MaxDisp)) {
1775 if (isBBInRange(Br.MI, DestBB, MaxOffs)) {

Completed in 111 milliseconds