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

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp476 unsigned CondBrMBBOperand = 0; local
492 CondBrMBBOperand = 1;
516 CondBrMBBOperand = i;
543 MachineBasicBlock *DestBB = MI->getOperand(CondBrMBBOperand).getMBB();
545 MI->getOperand(CondBrMBBOperand).setMBB(NewDest);
581 << MI->getOperand(CondBrMBBOperand).getMBB()->getNumber()
589 .addMBB(MI->getOperand(CondBrMBBOperand).getMBB());
590 MI->getOperand(CondBrMBBOperand).setMBB(NextBB);

Completed in 31 milliseconds