Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h846 void buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp882 buildStmt(BA, I); in build()
1234 void DataFlowGraph::buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In) { in buildStmt() function in DataFlowGraph