Home
last modified time | relevance | path

Searched refs:InterferenceNode (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc119 CoalesceOpportunity(InterferenceNode* a, in CoalesceOpportunity()
120 InterferenceNode* b, in CoalesceOpportunity()
136 InterferenceNode* const node_a;
137 InterferenceNode* const node_b;
218 class InterferenceNode : public ArenaObject<kArenaAllocRegisterAllocator> { class
220 InterferenceNode(LiveInterval* interval, in InterferenceNode() function in art::InterferenceNode
234 void AddInterference(InterferenceNode* other, in AddInterference()
236 ScopedArenaDeque<ScopedArenaVector<InterferenceNode*>>* storage) { in AddInterference()
243 ScopedArenaVector<InterferenceNode*>::allocator_type adapter(storage->get_allocator()); in AddInterference()
259 void RemoveInterference(InterferenceNode* other) { in RemoveInterference()
[all …]
Dregister_allocator_graph_color.h36 class InterferenceNode; variable
148 void AllocateSpillSlots(ArrayRef<InterferenceNode* const> nodes);
168 ScopedArenaVector<InterferenceNode*> physical_core_nodes_;
169 ScopedArenaVector<InterferenceNode*> physical_fp_nodes_;