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

References

lib/Target/AMDGPU/SIWholeQuadMode.cpp
  511   char GlobalFlags = scanInstructions(MF, Worklist);
  513   while (!Worklist.empty()) {
  514     WorkItem WI = Worklist.back();
  515     Worklist.pop_back();
  518       propagateInstruction(*WI.MI, Worklist);
  520       propagateBlock(*WI.MBB, Worklist);