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

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp1254 MachineBasicBlock *UserMBB = UserMI->getParent(); local
1255 const BasicBlockInfo &UserBBI = BBInfo[UserMBB->getNumber()];
1259 if (BBHasFallthrough(UserMBB)) {
1266 DEBUG(dbgs() << "Split at end of BB#" << UserMBB->getNumber()
1268 NewMBB = std::next(MachineFunction::iterator(UserMBB));
1269 // Add an unconditional branch from UserMBB to fallthrough block. Record
1275 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB);
1277 ImmBranches.push_back(ImmBranch(&UserMBB->back(),
1279 BBInfo[UserMBB->getNumber()].Size += Delta;
1280 adjustBBOffsetsAfter(UserMBB);
[all...]
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1237 MachineBasicBlock *UserMBB = UserMI->getParent(); local
1238 const BasicBlockInfo &UserBBI = BBInfo[UserMBB->getNumber()];
1244 if (BBHasFallthrough(UserMBB)) {
1251 DEBUG(dbgs() << "Split at end of BB#" << UserMBB->getNumber()
1253 NewMBB = std::next(MachineFunction::iterator(UserMBB));
1254 // Add an unconditional branch from UserMBB to fallthrough block. Record
1261 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB);
1263 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB)
1266 ImmBranches.push_back(ImmBranch(&UserMBB->back(),
1268 BBInfo[UserMBB
[all...]

Completed in 49 milliseconds