Home
last modified time | relevance | path

Searched refs:function_max_loop_nesting_depth_ (Results 1 – 6 of 6) sorted by relevance

/third_party/spirv-tools/source/fuzz/
Dcall_graph.cpp28 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()
Dcall_graph.h61 return function_max_loop_nesting_depth_.at(function_id); in GetMaxCallNestingDepth()
104 std::map<uint32_t, uint32_t> function_max_loop_nesting_depth_; variable
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dcall_graph.cpp28 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()
Dcall_graph.h61 return function_max_loop_nesting_depth_.at(function_id); in GetMaxCallNestingDepth()
104 std::map<uint32_t, uint32_t> function_max_loop_nesting_depth_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dcall_graph.cpp28 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()
Dcall_graph.h61 return function_max_loop_nesting_depth_.at(function_id); in GetMaxCallNestingDepth()
104 std::map<uint32_t, uint32_t> function_max_loop_nesting_depth_; variable