Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDRDFGraph.h847 void buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFGraph.cpp881 buildStmt(BA, I); in build()
1250 void DataFlowGraph::buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In) { in buildStmt() function in DataFlowGraph