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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  762   Value *Def = findBaseOrBDV(I, Cache);
  815         Value *Base = findBaseOrBDV(InVal, Cache);
  880         Value *BDV = findBaseOrBDV(V, Cache);
 1008     Value *BDV = findBaseOrBDV(Input, Cache);
 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;
 1139   assert(Cache.count(Def));
 1140   return Cache[Def];