Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h867 void buildStmt(Block BA, MachineInstr &In);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp906 buildStmt(BA, I); in build()
1245 void DataFlowGraph::buildStmt(Block BA, MachineInstr &In) { in buildStmt() function in llvm::rdf::DataFlowGraph