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

References

include/llvm/Transforms/Scalar/ConstantHoisting.h
  136     for (auto MapEntry : ConstGEPCandMap)
  138     ConstGEPCandMap.clear();
lib/Transforms/Scalar/ConstantHoisting.cpp
  419   ConstCandVecType &ExprCandVec = ConstGEPCandMap[BaseGV];
  643       ConstGEPCandMap[BaseGV] : ConstIntCandVec;
  942   for (auto &MapEntry : ConstGEPCandMap)