Searched refs:NodeInfo (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_analysis.h45 struct NodeInfo { struct in class:art::HInductionVarAnalysis
46 explicit NodeInfo(uint32_t d) : depth(d), done(false) {} function in struct:art::HInductionVarAnalysis::NodeInfo
223 ArenaSafeMap<HInstruction*, NodeInfo> map_;
H A Dinduction_var_analysis.cc150 map_.Put(instruction, NodeInfo(d1));

Completed in 568 milliseconds