reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
572 while (Instruction != MBB.begin()) { 573 --Instruction; 576 if (Instruction->isDebugInstr()) 581 if (!isUnpredicatedTerminator(*Instruction)) 586 if (!Instruction->isBranch()) 590 if (Instruction->getOpcode() == Lanai::BT) { 592 TrueBlock = Instruction->getOperand(0).getMBB(); 597 while (std::next(Instruction) != MBB.end()) { 598 std::next(Instruction)->eraseFromParent(); 605 if (MBB.isLayoutSuccessor(Instruction->getOperand(0).getMBB())) { 607 Instruction->eraseFromParent(); 608 Instruction = MBB.end(); 613 TrueBlock = Instruction->getOperand(0).getMBB(); 618 unsigned Opcode = Instruction->getOpcode(); 626 static_cast<LPCC::CondCode>(Instruction->getOperand(1).getImm()); 630 TrueBlock = Instruction->getOperand(0).getMBB();