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

References

include/llvm/CodeGen/TailDuplicator.h
   96                   DenseMap<unsigned, RegSubRegPair> &LocalVRMap,
   97                   SmallVectorImpl<std::pair<unsigned, RegSubRegPair>> &Copies,
  101                             DenseMap<unsigned, RegSubRegPair> &LocalVRMap,
  117                  SmallVectorImpl<std::pair<unsigned,RegSubRegPair>> &CopyInfos,
lib/CodeGen/TailDuplicator.cpp
  340     DenseMap<unsigned, RegSubRegPair> &LocalVRMap,
  341     SmallVectorImpl<std::pair<unsigned, RegSubRegPair>> &Copies,
  372     DenseMap<unsigned, RegSubRegPair> &LocalVRMap,
  841     DenseMap<unsigned, RegSubRegPair> LocalVRMap;
  842     SmallVector<std::pair<unsigned, RegSubRegPair>, 4> CopyInfos;
  897       DenseMap<unsigned, RegSubRegPair> LocalVRMap;
  898       SmallVector<std::pair<unsigned, RegSubRegPair>, 4> CopyInfos;
  960     DenseMap<unsigned, RegSubRegPair> LocalVRMap;
  961     SmallVector<std::pair<unsigned, RegSubRegPair>, 4> CopyInfos;
  979       SmallVectorImpl<std::pair<unsigned,RegSubRegPair>> &CopyInfos,