Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp235 class LocIdx { class
240 LocIdx() : Location(UINT_MAX) { } in LocIdx() function in __anon45b083930111::LocIdx
244 LocIdx(unsigned L) : Location(L) { in LocIdx() function in __anon45b083930111::LocIdx
H A DVarLocBasedImpl.cpp1667 unsigned LocIdx; in transferSpillOrRestoreInst() local