Home
last modified time | relevance | path

Searched refs:NodeInfo (Results 1 – 2 of 2) 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
250 ArenaSafeMap<HInstruction*, NodeInfo> map_;
Dinduction_var_analysis.cc159 map_.Put(instruction, NodeInfo(d1)); in VisitNode()