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

References

lib/CodeGen/InlineSpiller.cpp
  384   if (DefMBB != CopyMI.getParent() || !SrcQ.isKill())
lib/CodeGen/LiveRangeEdit.cpp
  247   if (LI.Query(Idx).isKill())
  253     if ((S.LaneMask & LaneMask).any() && S.Query(Idx).isKill())
lib/CodeGen/MachineVerifier.cpp
 1885   if (MO->isKill() && !LRQ.isKill()) {
lib/CodeGen/RegisterCoalescer.cpp
  806   if (NewReg != IntB.reg || !IntB.Query(AValNo->def).isKill())
 2647   if (OtherLRQ.isKill() && OtherLRQ.endPoint() <= VNI->def)
 2689   if (OtherLRQ.isKill()) {
lib/Target/PowerPC/PPCVSXFMAMutate.cpp
  191         if (LIS->getInterval(Reg2).Query(FMAIdx).isKill()
  195         } else if (LIS->getInterval(Reg3).Query(FMAIdx).isKill()
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
  301       if (!Result.isKill())