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

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp312 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 DMipsConstantIslandPass.cpp410 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