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

Declarations

include/llvm/InitializePasses.h
  215 void initializeLiveRegMatrixPass(PassRegistry&);

References

lib/CodeGen/RegAllocBasic.cpp
  140 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)
lib/CodeGen/RegAllocGreedy.cpp
  574 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)
lib/Target/AMDGPU/GCNNSAReassign.cpp
  101 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)
lib/Target/AMDGPU/GCNRegBankReassign.cpp
  268 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)
lib/Target/AMDGPU/SIPreAllocateWWMRegs.cpp
   77 INITIALIZE_PASS_DEPENDENCY(LiveRegMatrix)