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

References

lib/CodeGen/InterferenceCache.h
  200     Cursor(const Cursor &O) {
  204     Cursor &operator=(const Cursor &O) {
  204     Cursor &operator=(const Cursor &O) {
lib/CodeGen/RegAllocGreedy.cpp
  363     InterferenceCache::Cursor Intf;
  450   bool addSplitConstraints(InterferenceCache::Cursor, BlockFrequency&);
  451   bool addThroughConstraints(InterferenceCache::Cursor, ArrayRef<unsigned>);
 1186 bool RAGreedy::addSplitConstraints(InterferenceCache::Cursor Intf,
 1259 bool RAGreedy::addThroughConstraints(InterferenceCache::Cursor Intf,