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

References

lib/CodeGen/BranchFolding.cpp
  856     assert(MBBI != MBBIE && "Reached BB end within common tail length!");
  859     if (!countsAsInstruction(*MBBI)) {
  860       ++MBBI;
  869     assert(MBBICommon->isIdenticalTo(*MBBI) && "Expected matching MIIs!");
  873       MBBICommon->cloneMergedMemRefs(*MBB->getParent(), {&*MBBICommon, &*MBBI});
  878         const MachineOperand &OtherMO = MBBI->getOperand(I);
  884     ++MBBI;