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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  668     assert(Status != Base || BaseValue);
  671   explicit BDVState(Value *BaseValue) : Status(Base), BaseValue(BaseValue) {}
  676   bool isBase() const { return getStatus() == Base; }
  697     case Base:
  727   case BDVState::Base:
  949       States[I] = BDVState(BDVState::Base, BaseInst);