Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp277 using LocIndices = SmallVector<LocIndex, 2>; typedef
790 std::map<VarLoc, LocIndices> Var2Indices;
798 LocIndices insert(const VarLoc &VL) { in insert()
799 LocIndices &Indices = Var2Indices[VL]; in insert()
834 LocIndices getAllIndices(const VarLoc &VL) const { in getAllIndices()
897 SmallDenseMap<DebugVariable, LocIndices, 8> Vars;
899 SmallDenseMap<DebugVariable, LocIndices, 8> EntryValuesBackupVars;
927 void insert(LocIndices VarLocIDs, const VarLoc &VL);
932 std::optional<LocIndices> getEntryValueBackup(DebugVariable Var);
1123 LocIndices IDs = It->second; in erase()
[all …]