Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h31 using DebugVarMap = llvm::MapVector<const llvm::DILocalVariable *, unsigned>; variable
45 DebugVarMap DIVariables;
/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp480 static bool checkVars(const DebugVarMap &DIVarsBefore,
481 const DebugVarMap &DIVarsAfter, in checkVars()