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.cpp1417 auto isMatchingDbgValue = [&](DanglingDebugInfo &DDI) { in dropDanglingDebugInfo() local
1434 if (isMatchingDbgValue(DDI)) in dropDanglingDebugInfo()
1437 erase_if(DDIV, isMatchingDbgValue); in dropDanglingDebugInfo()