Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.h314 bool HasExceptionDependency(const HInstruction* node, const HInstruction* other) const;
Dscheduler.cc248 bool SchedulingGraph::HasExceptionDependency(const HInstruction* node, in HasExceptionDependency() function in art::SchedulingGraph
276 if (HasExceptionDependency(node, other)) { in HasSideEffectDependency()