Home
last modified time | relevance | path

Searched refs:OrigNode (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h541 FunctionCallTrie::Node *OrigNode; in mergeInto() member
568 DCHECK_NE(NT.OrigNode, nullptr); in mergeInto()
572 NT.TargetNode->CallCount += NT.OrigNode->CallCount; in mergeInto()
573 NT.TargetNode->CumulativeLocalTime += NT.OrigNode->CumulativeLocalTime; in mergeInto()
574 for (const auto Callee : NT.OrigNode->Callees) { in mergeInto()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp78 SUnits.back().OrigNode = &SUnits.back(); in newSUnit()
92 SU->OrigNode = Old->OrigNode; in Clone()
949 auto NewInsn = EmitNode(N, SU->OrigNode != SU, SU->isCloned, VRBaseMap); in EmitSchedule()
961 EmitNode(SU->getNode(), SU->OrigNode != SU, SU->isCloned, VRBaseMap); in EmitSchedule()
H A DScheduleDAGRRList.cpp2845 Op->OrigNode == &(*SUnits)[DU->getNodeId()]) in canClobber()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp493 void connectNewNode(ContextNode *NewNode, ContextNode *OrigNode,
1137 ContextNode *NewNode, ContextNode *OrigNode, bool TowardsCallee, in connectNewNode() argument
1142 TowardsCallee ? OrigNode->CalleeEdges : OrigNode->CallerEdges; in connectNewNode()
1175 EI = OrigNode->CalleeEdges.erase(EI); in connectNewNode()
1178 EI = OrigNode->CallerEdges.erase(EI); in connectNewNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h252 SUnit *OrigNode = nullptr; ///< If not this, the node from which this node