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.cpp4937 auto FilterIt = in tryToSinkInstructionDbgVariableRecords() local
4939 if (FilterIt == FilterOutMap.end()) in tryToSinkInstructionDbgVariableRecords()
4941 if (FilterIt->second != nullptr) in tryToSinkInstructionDbgVariableRecords()
4943 FilterIt->second = &DVR; in tryToSinkInstructionDbgVariableRecords()