Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp221 static constexpr u32_location_t kFirstInvalidRegLocation = 1 << 30; member
225 static constexpr u32_location_t kSpillLocation = kFirstInvalidRegLocation;
230 kFirstInvalidRegLocation + 1;
743 return RegNo < LocIndex::kFirstInvalidRegLocation; in insert()
1164 LocIndex::rawIndexForReg(LocIndex::kFirstInvalidRegLocation); in getUsedRegs()