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.cpp279 using LocIndices = SmallVector<LocIndex, 2>; typedef
792 std::map<VarLoc, LocIndices> Var2Indices;
800 LocIndices insert(const VarLoc &VL) { in insert()
801 LocIndices &Indices = Var2Indices[VL]; in insert()
837 LocIndices getAllIndices(const VarLoc &VL) const { in getAllIndices()
900 SmallDenseMap<DebugVariable, LocIndices, 8> Vars;
902 SmallDenseMap<DebugVariable, LocIndices, 8> EntryValuesBackupVars;
930 void insert(LocIndices VarLocIDs, const VarLoc &VL);
935 std::optional<LocIndices> getEntryValueBackup(DebugVariable Var);
1126 LocIndices IDs = It->second; in erase()
[all …]