Home
last modified time | relevance | path

Searched refs:Degree (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp713 unsigned Degree = OpN->getNodeId(); in ScheduleNode() local
714 assert(Degree > 0 && "Predecessor over-released!"); in ScheduleNode()
715 OpN->setNodeId(--Degree); in ScheduleNode()
716 if (Degree == 0) in ScheduleNode()
739 unsigned Degree = N->use_size(); in Schedule() local
740 N->setNodeId(Degree); in Schedule()
759 unsigned Degree = Glue->getNodeId(); in Schedule() local
767 --Degree; in Schedule()
768 GUser->setNodeId(UDegree + Degree); in Schedule()
DSelectionDAG.cpp10623 DenseMap<SDNode *, unsigned> Degree; in CreateTopologicalOrder() local
10627 Degree[&N] = NOps; in CreateTopologicalOrder()
10634 unsigned &UnsortedOps = Degree[U]; in CreateTopologicalOrder()
10740 unsigned Degree = N.getNumOperands(); in AssignTopologicalOrder() local
10741 if (Degree == 0) { in AssignTopologicalOrder()
10751 N.setNodeId(Degree); in AssignTopologicalOrder()
10763 unsigned Degree = P->getNodeId(); in AssignTopologicalOrder() local
10764 assert(Degree != 0 && "Invalid node degree"); in AssignTopologicalOrder()
10765 --Degree; in AssignTopologicalOrder()
10766 if (Degree == 0) { in AssignTopologicalOrder()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DScheduleDAG.cpp482 unsigned Degree = SU.Succs.size(); in InitDAGTopologicalSorting() local
484 Node2Index[NodeNum] = Degree; in InitDAGTopologicalSorting()
487 if (Degree == 0) { in InitDAGTopologicalSorting()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSampleProfileInference.cpp421 uint64_t Degree = AugmentingEdges[Src].size(); in augmentFlowAlongDAG() local
423 double EdgeFlow = Nodes[Src].FracFlow / Degree; in augmentFlowAlongDAG()
442 uint64_t Degree = AugmentingEdges[Src].size(); in augmentFlowAlongDAG() local
444 uint64_t SuccFlow = (Nodes[Src].IntFlow + Degree - 1) / Degree; in augmentFlowAlongDAG()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1258 unsigned Degree = Block->getSuccs().size(); in topologicalSort() local
1259 TopDownBlock2Index[i] = Degree; in topologicalSort()
1260 if (Degree == 0) { in topologicalSort()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlhacktips.pod1573 valgrind or Third Degree greatly slows down the execution: seconds
1576 complete under e.g. Purify, Third Degree, and valgrind. Under valgrind
Dperl58delta.pod1944 Third Degree.
/openbsd/src/sys/dev/usb/
Dusbdevs4156 product SILABS DEGREECONT 0x80ca Degree Controls
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dg77.texi876 * Standard Support:: Degree of support for the standard.