HomeSort by relevance Sort by last modified time
    Searched defs:postorder (Results 1 - 9 of 9) sorted by null

  /bionic/libc/bionic/
ftw.cpp 48 bool postorder = (nftw_flags & FTW_DEPTH) != 0; local
64 // In the postorder case, we'll translate FTS_DP to FTW_DP later.
66 if (postorder || access(cur->fts_path, R_OK) == -1) continue;
76 if (!postorder) continue;
  /bionic/libc/include/
search.h 27 postorder, enumerator in enum:__anon281
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 755 def postorder(self, node=None): member in class:GenericASTTraversal
760 self.postorder(kid)
  /external/deqp-deps/SPIRV-Tools/source/opt/
dominator_tree.cpp 37 // preorder and postorder index of each node. We use these indexes to compare
291 // Each time the depth first traversal calls the postorder callback
292 // std::function we push that node into the postorder vector to create our
293 // postorder list.
294 std::vector<const BasicBlock*> postorder; local
296 postorder.push_back(b);
319 *edges = CFA<BasicBlock>::CalculateDominators(postorder, predecessor_functor);
  /external/python/cpython2/Parser/
spark.py 755 def postorder(self, node=None): member in class:GenericASTTraversal
760 self.postorder(kid)
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
dominator_tree.cpp 37 // preorder and postorder index of each node. We use these indexes to compare
291 // Each time the depth first traversal calls the postorder callback
292 // std::function we push that node into the postorder vector to create our
293 // postorder list.
294 std::vector<const BasicBlock*> postorder; local
296 postorder.push_back(b);
319 *edges = CFA<BasicBlock>::CalculateDominators(postorder, predecessor_functor);
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_cfg.cpp 605 std::vector<const BasicBlock*> postorder; local
614 ignore_block, [&](const BasicBlock* b) { postorder.push_back(b); },
617 postorder, function.AugmentedCFGPredecessorsFunction());
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_cfg.cpp 605 std::vector<const BasicBlock*> postorder; local
614 ignore_block, [&](const BasicBlock* b) { postorder.push_back(b); },
617 postorder, function.AugmentedCFGPredecessorsFunction());
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.cc 962 std::vector<HloInstruction*> postorder; local
    [all...]

Completed in 218 milliseconds