Home
last modified time | relevance | path

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

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