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

References

include/llvm/CodeGen/FunctionLoweringInfo.h
  221     if (!LiveOutRegInfo.inBounds(Reg))
include/llvm/CodeGen/LiveIntervals.h
  126       return VirtRegIntervals.inBounds(Reg.id()) &&
include/llvm/CodeGen/MachineRegisterInfo.h
  429     return VReg2Name.inBounds(Reg) ? StringRef(VReg2Name[Reg]) : "";
  730     if (Register::isVirtualRegister(Reg) && VRegToType.inBounds(Reg))
lib/CodeGen/RegAllocGreedy.cpp
  663   if (!ExtraRegInfo.inBounds(Old))
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  394   if (!LiveOutRegInfo.inBounds(Reg))