Searched refs:newDef (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 822 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() function in DataFlowGraph 829 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() function in DataFlowGraph 910 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 936 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 1293 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1307 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1342 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1475 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in buildPhis()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 824 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner, 826 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner,
|