Searched refs:rpo (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | resource_operation_safety_analysis.cc | 255 std::vector<Node*> rpo; in ComputeIncompatibleResourceOperationPairs() local 256 GetReversePostOrder(g, &rpo, /*stable_comparator=*/NodeComparatorName(), in ComputeIncompatibleResourceOperationPairs() 266 for (Node* n : rpo) { in ComputeIncompatibleResourceOperationPairs()
|
D | partially_decluster_pass.cc | 306 std::vector<Node*> rpo; in PartiallyDeclusterGraph() local 307 GetReversePostOrder(*graph, &rpo, /*stable_comparator=*/NodeComparatorName(), in PartiallyDeclusterGraph() 309 for (Node* n : rpo) { in PartiallyDeclusterGraph()
|
D | mark_for_compilation_pass.cc | 447 std::vector<int> rpo = cycles_graph_.AllNodesInPostOrder(); in FindAlternatePathForDebugging() local 448 absl::c_reverse(rpo); in FindAlternatePathForDebugging() 460 current_rpo_node = rpo[rpo_index++]; in FindAlternatePathForDebugging()
|
/external/llvm/test/Transforms/FunctionAttrs/ |
D | norecurse.ll | 1 ; RUN: opt < %s -basicaa -functionattrs -rpo-functionattrs -S | FileCheck %s 2 ; RUN: opt < %s -aa-pipeline=basic-aa -passes='cgscc(function-attrs),rpo-functionattrs' -S | FileCh…
|
/external/llvm-project/llvm/test/Transforms/FunctionAttrs/ |
D | norecurse.ll | 1 ; RUN: opt < %s -basic-aa -function-attrs -rpo-function-attrs -S | FileCheck %s 2 ; RUN: opt < %s -aa-pipeline=basic-aa -passes='cgscc(function-attrs),rpo-function-attrs' -S | FileC…
|
/external/llvm-project/llvm/test/Transforms/GlobalDCE/ |
D | crash-assertingvh.ll | 6 ; RUN: opt -disable-output < %s -passes='module(rpo-function-attrs,globaldce)'
|
/external/llvm/lib/Passes/ |
D | PassRegistry.def | 65 MODULE_PASS("rpo-functionattrs", ReversePostOrderFunctionAttrsPass())
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassRegistry.def | 83 MODULE_PASS("rpo-functionattrs", ReversePostOrderFunctionAttrsPass())
|
/external/llvm-project/llvm/lib/Passes/ |
D | PassRegistry.def | 99 MODULE_PASS("rpo-function-attrs", ReversePostOrderFunctionAttrsPass())
|