Searched defs:NodeInfo (Results 1 – 1 of 1) sorted by relevance
197 struct HInductionVarAnalysis::NodeInfo { struct in art::HInductionVarAnalysis198 explicit NodeInfo(uint32_t d) : depth(d), done(false) {} in NodeInfo() argument199 uint32_t depth;200 bool done;