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.cpp5368 SmallDenseMap<InstVarPair, DbgVariableRecord *> FilterOutMap; in tryToSinkInstructionDbgVariableRecords() local
5384 FilterOutMap[It.first] = nullptr; in tryToSinkInstructionDbgVariableRecords()
5398 FilterOutMap.find(std::make_pair(Inst, DbgUserVariable)); in tryToSinkInstructionDbgVariableRecords()
5399 if (FilterIt == FilterOutMap.end()) in tryToSinkInstructionDbgVariableRecords()
5422 if (!FilterOutMap.empty()) { in tryToSinkInstructionDbgVariableRecords()
5424 auto It = FilterOutMap.find(IVP); in tryToSinkInstructionDbgVariableRecords()
5427 if (It != FilterOutMap.end() && It->second != DVR) in tryToSinkInstructionDbgVariableRecords()