Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp77 SUnits.back().OrigNode = &SUnits.back(); in newSUnit()
91 SU->OrigNode = Old->OrigNode; in Clone()
931 auto NewInsn = EmitNode(N, SU->OrigNode != SU, SU->isCloned, VRBaseMap); in EmitSchedule()
943 EmitNode(SU->getNode(), SU->OrigNode != SU, SU->isCloned, VRBaseMap); in EmitSchedule()
H A DScheduleDAGRRList.cpp2842 Op->OrigNode == &(*SUnits)[DU->getNodeId()]) in canClobber()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h250 SUnit *OrigNode = nullptr; ///< If not this, the node from which this node