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

References

include/llvm/Transforms/Utils/SSAUpdaterImpl.h
  108     return BBMap[BB]->DefBB->AvailableVal;
  120     BBMap[BB] = Info;
  142           BBMap.FindAndConstruct(Pred);
  199         BBInfo *SuccInfo = BBMap[*SI];
  409     BBMap[PHI->getParent()]->PHITag = PHI;
  418         BBInfo *PredInfo = BBMap[I.getIncomingBlock()];
  458         BBMap[BB]->AvailableVal = PHIVal;