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

References

lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp
  533   LLVM_DEBUG(dbgs() << " - colorChain(" << G->str() << ", "
  538   int Reg = scavengeRegister(G, C, MBB);
  546   for (MachineInstr &I : *G) {
  547     if (!G->contains(I) && (&I != G->getKill() || G->isKillImmutable()))
  547     if (!G->contains(I) && (&I != G->getKill() || G->isKillImmutable()))
  547     if (!G->contains(I) && (&I != G->getKill() || G->isKillImmutable()))
  573     if (&I != G->getKill()) {
  577       if (G->requiresFixup() && &I == G->getLast())
  577       if (G->requiresFixup() && &I == G->getLast())
  590   if (G->getKill()) {