Searched refs:InstVarPair (Results 1 – 1 of 1) sorted by relevance
4907 using InstVarPair = std::pair<const Instruction *, DebugVariable>; in tryToSinkInstructionDbgVariableRecords() typedef4908 SmallDenseMap<InstVarPair, DbgVariableRecord *> FilterOutMap; in tryToSinkInstructionDbgVariableRecords()4910 SmallDenseMap<InstVarPair, unsigned> CountMap; in tryToSinkInstructionDbgVariableRecords()4963 InstVarPair IVP = std::make_pair(DVR->getInstruction(), DbgUserVariable); in tryToSinkInstructionDbgVariableRecords()