Searched defs:nodes (Results 1 – 5 of 5) sorted by relevance
224 public NodeS[] nodes = new NodeS[4]; field in Dominators.NodeSet389 NodeSet nodes = oldDomS.revisit; in computeDominators() local
445 static void DeleteNodeAtIndex(ScopedArenaVector<SchedulingNode*>* nodes, size_t index) { in DeleteNodeAtIndex()461 SchedulingNode* PopHighestPriorityNode(ScopedArenaVector<SchedulingNode*>* nodes, in PopHighestPriorityNode()
479 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) const { in SelectMaterializedCondition()519 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) { in PopHighestPriorityNode()
1915 void RegisterAllocatorGraphColor::AllocateSpillSlots(ArrayRef<InterferenceNode* const> nodes) { in AllocateSpillSlots()
570 HashMap<String, Node> nodes = new HashMap<>(); field in Test913.Verifier