Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4908 SmallDenseMap<InstVarPair, DbgVariableRecord *> FilterOutMap; in tryToSinkInstructionDbgVariableRecords() local
4924 FilterOutMap[It.first] = nullptr; in tryToSinkInstructionDbgVariableRecords()
4938 FilterOutMap.find(std::make_pair(Inst, DbgUserVariable)); in tryToSinkInstructionDbgVariableRecords()
4939 if (FilterIt == FilterOutMap.end()) in tryToSinkInstructionDbgVariableRecords()
4962 if (!FilterOutMap.empty()) { in tryToSinkInstructionDbgVariableRecords()
4964 auto It = FilterOutMap.find(IVP); in tryToSinkInstructionDbgVariableRecords()
4967 if (It != FilterOutMap.end() && It->second != DVR) in tryToSinkInstructionDbgVariableRecords()