Searched refs:newDef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lld/lib/Core/ |
| HD | SymbolTable.cpp | 139 const auto *newDef = cast<DefinedAtom>(&newAtom); in addByName() local 140 switch (mergeSelect(existingDef->merge(), newDef->merge())) { in addByName() 149 uint64_t newSize = newDef->sectionSize(); in addByName() 155 uint64_t newSize = newDef->sectionSize(); in addByName()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | RDFGraph.cpp | 824 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() function in DataFlowGraph 831 NodeAddr<DefNode*> DataFlowGraph::newDef(NodeAddr<InstrNode*> Owner, in newDef() function in DataFlowGraph 912 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 938 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build() 1312 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1326 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1361 NodeAddr<DefNode*> DA = newDef(SA, Op, Flags); in buildStmt() 1494 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in buildPhis()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | RDFGraph.h | 829 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner, 831 NodeAddr<DefNode*> newDef(NodeAddr<InstrNode*> Owner,
|