Home
last modified time | relevance | path

Searched refs:post_order (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/
HDcfganal.c652 post_order_compute (int *post_order, bool include_entry_exit) in post_order_compute() argument
660 post_order[post_order_num++] = EXIT_BLOCK; in post_order_compute()
697 post_order[post_order_num++] = dest->index; in post_order_compute()
702 post_order[post_order_num++] = src->index; in post_order_compute()
712 post_order[post_order_num++] = ENTRY_BLOCK; in post_order_compute()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDLoopInfoImpl.h425 for (BlockT *BB : post_order(EntryBlock)) in traverse()
475 for (auto DomNode : post_order(DomRoot)) { in Analyze()
HDRegionInfoImpl.h717 for (auto DomNode : post_order(N)) in scanForRegions()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDPostOrderIterator.h182 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order() function
/NextBSD/contrib/llvm/lib/Analysis/
HDBranchProbabilityInfo.cpp522 for (auto BB : post_order(&F.getEntryBlock())) { in runOnFunction()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFunctionLoweringInfo.cpp536 for (auto i : post_order(T)) { in ComputeUsesVAFloatArgument()
/NextBSD/contrib/llvm/lib/CodeGen/
HDEarlyIfConversion.cpp809 for (auto DomNode : post_order(DomTree)) in runOnMachineFunction()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp3119 for (auto BB : post_order(&F.getEntryBlock())) { in runOnFunction()