Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h842 void buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFGraph.cpp879 buildStmt(BA, I); in build()
1231 void DataFlowGraph::buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In) { in buildStmt() function in DataFlowGraph