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.cpp5305 DebugVariable DbgUserVariable = in tryToSinkInstructionDbgValues() local
5309 if (!SunkVariables.insert(DbgUserVariable).second) in tryToSinkInstructionDbgValues()
5373 DebugVariable DbgUserVariable = in tryToSinkInstructionDbgVariableRecords() local
5376 CountMap[std::make_pair(DVR->getInstruction(), DbgUserVariable)] += 1; in tryToSinkInstructionDbgVariableRecords()
5394 DebugVariable DbgUserVariable = in tryToSinkInstructionDbgVariableRecords() local
5398 FilterOutMap.find(std::make_pair(Inst, DbgUserVariable)); in tryToSinkInstructionDbgVariableRecords()
5416 DebugVariable DbgUserVariable = in tryToSinkInstructionDbgVariableRecords() local
5423 InstVarPair IVP = std::make_pair(DVR->getInstruction(), DbgUserVariable); in tryToSinkInstructionDbgVariableRecords()
5431 if (!SunkVariables.insert(DbgUserVariable).second) in tryToSinkInstructionDbgVariableRecords()