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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1120     assert(BDV && Base);
 1121     assert(!isKnownBaseResult(BDV) && "why did it get added?");
 1125                << " for: " << BDV->getName() << " from: "
 1126                << (Cache.count(BDV) ? Cache[BDV]->getName().str() : "none")
 1126                << (Cache.count(BDV) ? Cache[BDV]->getName().str() : "none")
 1129     if (Cache.count(BDV)) {
 1134       assert((!isKnownBaseResult(Cache[BDV]) || Cache[BDV] == Base) &&
 1134       assert((!isKnownBaseResult(Cache[BDV]) || Cache[BDV] == Base) &&
 1137     Cache[BDV] = Base;