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

Declarations

include/llvm/CodeGen/LiveRegMatrix.h
  150   LiveIntervalUnion::Query &query(const LiveRange &LR, unsigned RegUnit);

References

lib/CodeGen/LiveRegMatrix.cpp
  200     return query(LR, Unit).checkInterference();
  218     if (query(LR, *Units).checkInterference())
lib/CodeGen/RegAllocBasic.cpp
  212     LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
lib/CodeGen/RegAllocGreedy.cpp
  894     LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
  976     LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
 1063     LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);
 2168     if (!Matrix->query(const_cast<LiveInterval&>(SA->getParent()), *Units)
 2535     LiveIntervalUnion::Query &Q = Matrix->query(VirtReg, *Units);