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

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1235 MachineBasicBlock *UserMBB = UserMI->getParent(); local
1236 const BasicBlockInfo &UserBBI = BBInfo[UserMBB->getNumber()];
1242 if (BBHasFallthrough(UserMBB)) {
1249 DEBUG(dbgs() << "Split at end of BB#" << UserMBB->getNumber()
1251 NewMBB = llvm::next(MachineFunction::iterator(UserMBB));
1252 // Add an unconditional branch from UserMBB to fallthrough block. Record
1259 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB);
1261 BuildMI(UserMBB, DebugLoc(), TII->get(UncondBr)).addMBB(NewMBB)
1264 ImmBranches.push_back(ImmBranch(&UserMBB->back(),
1266 BBInfo[UserMBB
[all...]

Completed in 50 milliseconds