Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1180 auto isMatchingDbgValue = [&](DanglingDebugInfo &DDI) { in dropDanglingDebugInfo() local
1197 if (isMatchingDbgValue(DDI)) in dropDanglingDebugInfo()
1200 erase_if(DDIV, isMatchingDbgValue); in dropDanglingDebugInfo()