Home
last modified time | relevance | path

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

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