Searched refs:inBounds (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h73 bool inBounds(IndexT n) const { function in class:llvm::IndexedMap
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h221 if (!LiveOutRegInfo.inBounds(Reg))
H A DLiveIntervals.h126 return VirtRegIntervals.inBounds(Reg.id()) &&
H A DMachineRegisterInfo.h429 return VReg2Name.inBounds(Reg) ? StringRef(VReg2Name[Reg]) : "";
730 if (Register::isVirtualRegister(Reg) && VRegToType.inBounds(Reg))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp401 if (!LiveOutRegInfo.inBounds(Reg))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp663 if (!ExtraRegInfo.inBounds(Old))

Completed in 194 milliseconds