Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4845 DebugVariable DbgUserVariable = in tryToSinkInstructionDbgValues() local
4849 if (!SunkVariables.insert(DbgUserVariable).second) in tryToSinkInstructionDbgValues()
4913 DebugVariable DbgUserVariable = in tryToSinkInstructionDbgVariableRecords() local
4916 CountMap[std::make_pair(DVR->getInstruction(), DbgUserVariable)] += 1; in tryToSinkInstructionDbgVariableRecords()
4934 DebugVariable DbgUserVariable = in tryToSinkInstructionDbgVariableRecords() local
4938 FilterOutMap.find(std::make_pair(Inst, DbgUserVariable)); in tryToSinkInstructionDbgVariableRecords()
4956 DebugVariable DbgUserVariable = in tryToSinkInstructionDbgVariableRecords() local
4963 InstVarPair IVP = std::make_pair(DVR->getInstruction(), DbgUserVariable); in tryToSinkInstructionDbgVariableRecords()
4971 if (!SunkVariables.insert(DbgUserVariable).second) in tryToSinkInstructionDbgVariableRecords()