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
446 static void DeleteNodeAtIndex(ScopedArenaVector<SchedulingNode*>* nodes, size_t index) { in DeleteNodeAtIndex()462 SchedulingNode* PopHighestPriorityNode(ScopedArenaVector<SchedulingNode*>* nodes, in PopHighestPriorityNode()
473 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) const { in SelectMaterializedCondition()513 ScopedArenaVector<SchedulingNode*>* nodes, const SchedulingGraph& graph) { in PopHighestPriorityNode()
1924 void RegisterAllocatorGraphColor::AllocateSpillSlots(ArrayRef<InterferenceNode* const> nodes) { in AllocateSpillSlots()
570 HashMap<String, Node> nodes = new HashMap<>(); field in Test913.Verifier