Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis.h45 struct NodeInfo { struct
46 explicit NodeInfo(uint32_t d) : depth(d), done(false) {} in NodeInfo() argument
47 uint32_t depth;
48 bool done;