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

References

include/llvm/Transforms/Scalar/ConstantHoisting.h
  135     ConstIntCandVec.clear();
lib/Transforms/Scalar/ConstantHoisting.cpp
  377       ConstIntCandVec.push_back(ConstantCandidate(ConstInt));
  378       Itr->second = ConstIntCandVec.size() - 1;
  380     ConstIntCandVec[Itr->second].addUser(Inst, Idx, Cost);
  643       ConstGEPCandMap[BaseGV] : ConstIntCandVec;
  940   if (!ConstIntCandVec.empty())