Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.h316 bool ArrayAccessMayAlias(const HInstruction* node, const HInstruction* other) const;
Dscheduler.cc81 bool SchedulingGraph::ArrayAccessMayAlias(const HInstruction* node, in ArrayAccessMayAlias() function in art::SchedulingGraph
212 return ArrayAccessMayAlias(node, other); in HasMemoryDependency()