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

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1056 /// BBIsJumpedOver - Return true of the specified basic block's only predecessor
1058 static bool BBIsJumpedOver(MachineBasicBlock *MBB) { function
1482 assert(!BBIsJumpedOver(CPEBB) && "How did this happen?");
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1032 /// BBIsJumpedOver - Return true of the specified basic block's only predecessor
1034 static bool BBIsJumpedOver(MachineBasicBlock *MBB) { function
1476 assert(!BBIsJumpedOver(CPEBB) && "How did this happen?");

Completed in 71 milliseconds