Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1427 auto isMatchingDbgValue = [&](DanglingDebugInfo &DDI) { in dropDanglingDebugInfo() local
1444 if (isMatchingDbgValue(DDI)) in dropDanglingDebugInfo()
1447 erase_if(DDIV, isMatchingDbgValue); in dropDanglingDebugInfo()