Searched refs:function_max_loop_nesting_depth_ (Results 1 – 6 of 6) sorted by relevance
28 function_max_loop_nesting_depth_[function.result_id()] = 0; in CallGraph()148 function_max_loop_nesting_depth_[function_id] + in ComputeInterproceduralFunctionCallDepths()150 if (function_max_loop_nesting_depth_[callee] < in ComputeInterproceduralFunctionCallDepths()152 function_max_loop_nesting_depth_[callee] = max_depth_from_this_function; in ComputeInterproceduralFunctionCallDepths()
61 return function_max_loop_nesting_depth_.at(function_id); in GetMaxCallNestingDepth()104 std::map<uint32_t, uint32_t> function_max_loop_nesting_depth_; variable