reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
221 if (!LiveOutRegInfo.inBounds(Reg))
include/llvm/CodeGen/LiveIntervals.h 126 return VirtRegIntervals.inBounds(Reg.id()) &&
include/llvm/CodeGen/MachineRegisterInfo.h429 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))