Home
last modified time | relevance | path

Searched defs:NodeInfo (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.cc197 struct HInductionVarAnalysis::NodeInfo { struct in art::HInductionVarAnalysis
198 explicit NodeInfo(uint32_t d) : depth(d), done(false) {} in NodeInfo() argument
199 uint32_t depth;
200 bool done;