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

References

lib/CodeGen/BranchFolding.cpp
  864     while ((MBBICommon != MBBIECommon) && !countsAsInstruction(*MBBICommon))
  864     while ((MBBICommon != MBBIECommon) && !countsAsInstruction(*MBBICommon))
  865       ++MBBICommon;
  867     assert(MBBICommon != MBBIECommon &&
  869     assert(MBBICommon->isIdenticalTo(*MBBI) && "Expected matching MIIs!");
  872     if (MBBICommon->mayLoad() || MBBICommon->mayStore())
  872     if (MBBICommon->mayLoad() || MBBICommon->mayStore())
  873       MBBICommon->cloneMergedMemRefs(*MBB->getParent(), {&*MBBICommon, &*MBBI});
  873       MBBICommon->cloneMergedMemRefs(*MBB->getParent(), {&*MBBICommon, &*MBBI});
  875     for (unsigned I = 0, E = MBBICommon->getNumOperands(); I != E; ++I) {
  876       MachineOperand &MO = MBBICommon->getOperand(I);
  885     ++MBBICommon;