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

References

lib/CodeGen/SwiftErrorValueTracking.cpp
  165       Register UUseVReg = UpwardsUse ? UUseIt->second : Register();
  167       assert(!(UpwardsUse && !DownwardDef) &&
  173       if (!UpwardsUse && DownwardDef)
  193         if (!UpwardsUse) {
  194           UpwardsUse = true;
  213       if (!UpwardsUse && !needPHI) {
  228         assert(UpwardsUse);
  243           UpwardsUse ? UUseVReg : MF->getRegInfo().createVirtualRegister(RC);
  253       if (!UpwardsUse)