Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5397 auto FilterIt = in tryToSinkInstructionDbgVariableRecords() local
5399 if (FilterIt == FilterOutMap.end()) in tryToSinkInstructionDbgVariableRecords()
5401 if (FilterIt->second != nullptr) in tryToSinkInstructionDbgVariableRecords()
5403 FilterIt->second = &DVR; in tryToSinkInstructionDbgVariableRecords()