Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h545 FunctionCallTrie::Node *OrigNode; in mergeInto() member
572 DCHECK_NE(NT.OrigNode, nullptr); in mergeInto()
576 NT.TargetNode->CallCount += NT.OrigNode->CallCount; in mergeInto()
577 NT.TargetNode->CumulativeLocalTime += NT.OrigNode->CumulativeLocalTime; in mergeInto()
578 for (const auto Callee : NT.OrigNode->Callees) { in mergeInto()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp77 SUnits.back().OrigNode = &SUnits.back(); in newSUnit()
91 SU->OrigNode = Old->OrigNode; in Clone()
939 auto NewInsn = EmitNode(N, SU->OrigNode != SU, SU->isCloned, VRBaseMap); in EmitSchedule()
951 EmitNode(SU->getNode(), SU->OrigNode != SU, SU->isCloned, VRBaseMap); in EmitSchedule()
H A DScheduleDAGRRList.cpp2845 Op->OrigNode == &(*SUnits)[DU->getNodeId()]) in canClobber()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp420 void connectNewNode(ContextNode *NewNode, ContextNode *OrigNode,
1053 ContextNode *NewNode, ContextNode *OrigNode, bool TowardsCallee) { in connectNewNode() argument
1058 TowardsCallee ? OrigNode->CalleeEdges : OrigNode->CallerEdges; in connectNewNode()
1091 EI = OrigNode->CalleeEdges.erase(EI); in connectNewNode()
1094 EI = OrigNode->CallerEdges.erase(EI); in connectNewNode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h250 SUnit *OrigNode = nullptr; ///< If not this, the node from which this node