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

Declarations

lib/CodeGen/RegAllocGreedy.cpp
  447   LiveInterval *dequeue(PQueue &CurQueue);

References

lib/CodeGen/RegAllocGreedy.cpp
  747 LiveInterval *RAGreedy::dequeue() { return dequeue(Queue); }
 2743     LiveInterval *LI = dequeue(RecoloringQueue);