Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1863 void AddDbgLabel(SDDbgLabel *DB);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6328 DAG.AddDbgLabel(SDV); in visitIntrinsicCall()
H A DSelectionDAG.cpp11467 void SelectionDAG::AddDbgLabel(SDDbgLabel *DB) { DbgInfo->add(DB); } in AddDbgLabel() function in SelectionDAG