| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyExceptionInfo.cpp | 82 for (auto DomNode : post_order(&MDT)) { 194 for (auto *DomNode : post_order(&MDT)) { 240 for (auto DomNode : post_order(&MDT)) {
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| Combiner.cpp | 132 for (MachineBasicBlock *MBB : post_order(&MF)) {
|
| InstructionSelect.cpp | 134 for (MachineBasicBlock *MBB : post_order(&MF)) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfganal.cc | 659 post_order_compute (int *post_order, bool include_entry_exit, 666 post_order[post_order_num++] = EXIT_BLOCK; 702 post_order[post_order_num++] = dest->index; 708 post_order[post_order_num++] = src->index; 719 post_order[post_order_num++] = ENTRY_BLOCK; 828 inverted_post_order_compute (vec<int> *post_order, 832 post_order->reserve_exact (n_basic_blocks_for_fn (cfun)); 900 post_order->quick_push (pred->index); 906 post_order->quick_push (bb->index); 964 post_order->quick_push (EXIT_BLOCK) [all...] |
| df-core.cc | 1298 loop_post_order_compute (int *post_order, class loop *loop) 1335 post_order[post_order_num++] = dest->index; 1341 post_order[post_order_num++] = src->index; 1359 loop_inverted_post_order_compute (vec<int> *post_order, class loop *loop) 1365 post_order->reserve_exact (loop->num_nodes); 1402 post_order->quick_push (pred->index); 1408 post_order->quick_push (bb->index);
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| DeadMachineInstructionElim.cpp | 128 for (MachineBasicBlock *MBB : post_order(&MF)) {
|
| EarlyIfConversion.cpp | 1070 for (auto DomNode : post_order(DomTree)) 1203 for (auto DomNode : post_order(DomTree))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| cfganal.cc | 659 post_order_compute (int *post_order, bool include_entry_exit, 666 post_order[post_order_num++] = EXIT_BLOCK; 702 post_order[post_order_num++] = dest->index; 708 post_order[post_order_num++] = src->index; 719 post_order[post_order_num++] = ENTRY_BLOCK;
|
| df-core.cc | 1313 loop_rev_post_order_compute (int *post_order, class loop *loop) 1350 post_order[post_order_num--] = dest->index; 1356 post_order[post_order_num--] = src->index; 1374 loop_inverted_rev_post_order_compute (int *post_order, class loop *loop) 1416 post_order[post_order_num--] = pred->index; 1422 post_order[post_order_num--] = bb->index;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| PostOrderIterator.h | 188 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { function in namespace:llvm
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| CFGPrinter.cpp | 289 llvm::for_each(post_order(&F->getEntryBlock()), evaluateBB);
|
| DependenceGraphBuilder.cpp | 489 for (NodeType *N : post_order(&Graph)) {
|
| BranchProbabilityInfo.cpp | 1280 for (auto BB : post_order(&F.getEntryBlock())) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| LoopInfoImpl.h | 503 for (BlockT *BB : post_order(EntryBlock)) 551 for (auto DomNode : post_order(DomRoot)) {
|
| RegionInfoImpl.h | 734 for (auto DomNode : post_order(N))
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86LowerAMXType.cpp | 288 for (BasicBlock *BB : post_order(&Func)) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| LoadStoreVectorizer.cpp | 285 for (BasicBlock *BB : post_order(&F)) {
|
| SLPVectorizer.cpp | 6526 for (auto BB : post_order(&F.getEntryBlock())) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| DeadStoreElimination.cpp | 890 for (BasicBlock *BB : post_order(&F)) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUMachineCFGStructurizer.cpp | 635 for (auto MBBI : post_order(&(MF.front()))) {
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonConstPropagation.cpp | 983 for (MachineBasicBlock *B : post_order(&MF))
|