Home
last modified time | relevance | path

Searched refs:hit_limit (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp223 bool hit_limit = false; in setSubgraphColorHelper() local
241 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit; in setSubgraphColorHelper()
248 return hit_limit; in setSubgraphColorHelper()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp228 bool hit_limit = false; in setSubgraphColorHelper() local
246 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit; in setSubgraphColorHelper()
253 return hit_limit; in setSubgraphColorHelper()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp226 bool hit_limit = false; in setSubgraphColorHelper() local
244 hit_limit = setSubgraphColorHelper(*i, Color, visited, level+1, printed) || hit_limit; in setSubgraphColorHelper()
251 return hit_limit; in setSubgraphColorHelper()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1378 bool* hit_limit) { in MakeNodeFromToFilter() argument
1379 *hit_limit = false; in MakeNodeFromToFilter()
1405 *hit_limit = true; in MakeNodeFromToFilter()