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

References

lib/CodeGen/StackColoring.cpp
  546   dumpBV("LIVE_IN", BlockInfo.LiveIn);
  797       if (LocalLiveIn.test(BlockInfo.LiveIn)) {
  799         BlockInfo.LiveIn |= LocalLiveIn;
  827     for (int pos = MBBLiveness.LiveIn.find_first(); pos != -1;
  828          pos = MBBLiveness.LiveIn.find_next(pos)) {