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

References

include/llvm/Transforms/Instrumentation/InstrProfiling.h
   69   std::vector<LoadStorePair> PromotionCandidates;
lib/Transforms/Instrumentation/InstrProfiling.cpp
  185       DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands,
  229   DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates;
  239       DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands,
  365   DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates;
  446   DenseMap<Loop *, SmallVector<LoadStorePair, 8>> LoopPromotionCandidates;