Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DIndexedMap.h74 bool inBounds(IndexT n) const { in inBounds() function
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h221 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
H A DLiveIntervals.h124 return VirtRegIntervals.inBounds(Reg.id()) && in hasInterval()
H A DMachineRegisterInfo.h451 return VReg2Name.inBounds(Reg) ? StringRef(VReg2Name[Reg]) : ""; in getVRegName()
760 if (Reg.isVirtual() && VRegToType.inBounds(Reg)) in getType()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp408 if (!LiveOutRegInfo.inBounds(Reg)) in GetLiveOutRegInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp262 if (!Info.inBounds(Old)) in LRE_DidCloneVirtReg()