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

References

lib/Analysis/MemorySSA.cpp
 1603       Defs->push_front(*NewAccess);
lib/Target/AMDGPU/GCNILPSched.cpp
  286       PendingQueue.push_front(*new (Alloc.Allocate()) Candidate(PredSU));
lib/Target/AMDGPU/GCNMinRegStrategy.cpp
  131       RQ.push_front(Cand);
  227       RQ.push_front(*new (Alloc.Allocate()) Candidate(SuccSU, Priority));
unittests/ADT/SimpleIListTest.cpp
   33   L.push_front(B);
   34   L.push_front(A);