Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4907 using InstVarPair = std::pair<const Instruction *, DebugVariable>; in tryToSinkInstructionDbgVariableRecords() typedef
4908 SmallDenseMap<InstVarPair, DbgVariableRecord *> FilterOutMap; in tryToSinkInstructionDbgVariableRecords()
4910 SmallDenseMap<InstVarPair, unsigned> CountMap; in tryToSinkInstructionDbgVariableRecords()
4963 InstVarPair IVP = std::make_pair(DVR->getInstruction(), DbgUserVariable); in tryToSinkInstructionDbgVariableRecords()