Home
last modified time | relevance | path

Searched defs:LocIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h86 LocIdx() : Location(UINT_MAX) {} in LocIdx() function
90 LocIdx(unsigned L) : Location(L) { in LocIdx() function
H A DVarLocBasedImpl.cpp1811 unsigned LocIdx; in transferSpillOrRestoreInst() local