Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1781 void AddDbgLabel(SDDbgLabel *DB);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10559 void SelectionDAG::AddDbgLabel(SDDbgLabel *DB) { DbgInfo->add(DB); } in AddDbgLabel() function in SelectionDAG
H A DSelectionDAGBuilder.cpp6125 DAG.AddDbgLabel(SDV); in visitIntrinsicCall()