Searched refs:newDef (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 825 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() function in DataFlowGraph 832 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() function in DataFlowGraph 913 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 939 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 1296 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1310 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1345 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1478 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in buildPhis()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 828 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner, 830 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner,
|