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

References

include/llvm/CodeGen/GlobalISel/GISelWorkList.h
   55     Worklist.push_back(I);
   67     if (Worklist.size() > N)
   68       WorklistMap.reserve(Worklist.size());
   69     for (unsigned i = 0; i < Worklist.size(); ++i)
   70       if (!WorklistMap.try_emplace(Worklist[i], i).second)
   80     if (WorklistMap.try_emplace(I, Worklist.size()).second)
   81       Worklist.push_back(I);
   92     Worklist[It->second] = nullptr;
   98     Worklist.clear();
  106       I = Worklist.pop_back_val();