reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/BPF/BPFInstrInfo.cpp
  172   while (I != MBB.begin()) {
  173     --I;
  174     if (I->isDebugInstr())
  179     if (!isUnpredicatedTerminator(*I))
  184     if (!I->isBranch())
  188     if (I->getOpcode() == BPF::JMP) {
  190         TBB = I->getOperand(0).getMBB();
  195       while (std::next(I) != MBB.end())
  196         std::next(I)->eraseFromParent();
  201       if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) {
  203         I->eraseFromParent();
  204         I = MBB.end();
  209       TBB = I->getOperand(0).getMBB();