Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h843 void buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp881 buildStmt(BA, I); in build()
1245 void DataFlowGraph::buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In) { in buildStmt() function in DataFlowGraph