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

References

include/llvm/Transforms/Scalar/ConstantHoisting.h
  175   void collectConstantCandidates(ConstCandMapType &ConstCandMap,
  178   void collectConstantCandidates(ConstCandMapType &ConstCandMap,
  181   void collectConstantCandidates(ConstCandMapType &ConstCandMap,
  183   void collectConstantCandidates(ConstCandMapType &ConstCandMap,
lib/Transforms/Scalar/ConstantHoisting.cpp
  358     ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx,
  372     ConstCandMapType::iterator Itr;
  393     ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx,
  420   ConstCandMapType::iterator Itr;
  435     ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) {
  481     ConstCandMapType &ConstCandMap, Instruction *Inst) {
  501   ConstCandMapType ConstCandMap;