Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc298 SchedulingNode* def_node = GetNode(phi_input); in AddCrossIterationDependencies() local
305 if (def_node != nullptr && def_node != node && phi_input->GetUses().HasExactlyOneElement()) { in AddCrossIterationDependencies()
309 AddOtherDependency(def_node, node); in AddCrossIterationDependencies()