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

References

lib/CodeGen/MachineCSE.cpp
  516   for (MachineBasicBlock::iterator I = MBB->begin(), E = MBB->end(); I != E; ) {
  516   for (MachineBasicBlock::iterator I = MBB->begin(), E = MBB->end(); I != E; ) {
  526       if (PerformTrivialCopyPropagation(MI, MBB)) {
  561     if (FoundCSE && hasLivePhysRegDefUses(MI, MBB, PhysRefs,
  690           if (!MBB->isLiveIn(LiveIn.second))
  691             MBB->addLiveIn(LiveIn.second);