Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dscheduler.h277 if (memory_dependency_analysis_.HasMemoryDependency(instr1, instr2)) { in HasSideEffectDependency()
304 bool HasMemoryDependency(HInstruction* instr1, HInstruction* instr2) const;
H A Dscheduler.cc194 bool SideEffectDependencyAnalysis::MemoryDependencyAnalysis::HasMemoryDependency( in HasMemoryDependency() function in art::SideEffectDependencyAnalysis::MemoryDependencyAnalysis