Searched refs:HasMemoryDependency (Results 1 – 2 of 2) sorted by relevance
305 bool HasMemoryDependency(HInstruction* node, HInstruction* other) const;
197 bool SchedulingGraph::HasMemoryDependency(HInstruction* node, in HasMemoryDependency() function in art::SchedulingGraph269 if (HasMemoryDependency(node, other)) { in HasSideEffectDependency()