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

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp148 bool isBBInRange(MachineInstr *MI, MachineBasicBlock *BB,
433 bool AArch64BranchFixup::isBBInRange(MachineInstr *MI, function in class:AArch64BranchFixup
462 if (isBBInRange(MI, DestBB, Br.OffsetBits))
540 if (isBBInRange(MI, NewDest, Br.OffsetBits)) {
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp309 bool isBBInRange(MachineInstr *MI, MachineBasicBlock *BB, unsigned Disp);
1352 /// isBBInRange - Returns true if the distance between specific MI and
1354 bool MipsConstantIslands::isBBInRange function in class:MipsConstantIslands
1386 if (isBBInRange(MI, DestBB, Br.MaxDisp))
1452 if (isBBInRange(MI, NewDest, Br.MaxDisp)) {
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp298 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 54 milliseconds