Home
last modified time | relevance | path

Searched refs:global_depth_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.h261 uint32_t global_depth_; variable
Dinduction_var_analysis.cc232 global_depth_(0), in HInductionVarAnalysis()
262 global_depth_ = 0; in VisitLoop()
295 const uint32_t d1 = ++global_depth_; in VisitNode()
343 return global_depth_; in VisitDescendant()
352 return it->second.done ? global_depth_ : it->second.depth; in VisitDescendant()