Home
last modified time | relevance | path

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

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