Home
last modified time | relevance | path

Searched refs:print_tree (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/llvm-build/llvmbuild/
Dmain.py184 def print_tree(self): member in LLVMProjectInfo
833 if opts.print_tree:
834 project_info.print_tree()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionInfo.cpp415 void Region::print(raw_ostream &OS, bool print_tree, unsigned level, in print() argument
417 if (print_tree) in print()
440 if (print_tree) in print()
442 (*RI)->print(OS, print_tree, level+1, Style); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h491 void RegionBase<Tr>::print(raw_ostream &OS, bool print_tree, unsigned level, in print() argument
493 if (print_tree) in print()
516 if (print_tree) { in print()
518 R->print(OS, print_tree, level + 1, Style); in print()
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h473 void RegionBase<Tr>::print(raw_ostream &OS, bool print_tree, unsigned level, in print() argument
475 if (print_tree) in print()
499 if (print_tree) { in print()
501 (*RI)->print(OS, print_tree, level + 1, Style); in print()
/external/llvm/utils/llvm-build/llvmbuild/
Dmain.py196 def print_tree(self): member in LLVMProjectInfo
941 if opts.print_tree:
942 project_info.print_tree()
/external/e2fsprogs/lib/ext2fs/
Dblkmap64_rb.c72 static void print_tree(struct rb_root *root) in print_tree() function
143 print_tree(root); in check_tree()
148 #define print_tree(root) do {} while (0) macro
/external/selinux/python/sepolgen/src/sepolgen/
Drefpolicy.py844 def print_tree(head): function