Home
last modified time | relevance | path

Searched refs: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
248 static LocIdx MakeIllegalLoc() { in MakeIllegalLoc()
249 return LocIdx(); in MakeIllegalLoc()
264 bool operator==(const LocIdx &L) const { in operator ==()
272 bool operator!=(const LocIdx &L) const { in operator !=()
276 bool operator<(const LocIdx &Other) const { in operator <()
283 using argument_type = LocIdx;
284 unsigned operator()(const LocIdx &L) const { in operator ()()
[all …]
H A DVarLocBasedImpl.cpp1667 unsigned LocIdx; in transferSpillOrRestoreInst() local
1672 LocIdx = VL.getRegIdx(Reg); in transferSpillOrRestoreInst()
1681 LocIdx = VL.getSpillLocIdx(*Loc); in transferSpillOrRestoreInst()
1683 VarLoc::MachineLoc MLoc = VL.Locs[LocIdx]; in transferSpillOrRestoreInst()