Searched refs:post_order (Results 1 – 7 of 7) sorted by relevance
425 for (BlockT *BB : post_order(EntryBlock)) in traverse()475 for (auto DomNode : post_order(DomRoot)) { in analyze()
730 for (auto DomNode : post_order(N)) in scanForRegions()
182 template <class T> iterator_range<po_iterator<T>> post_order(const T &G) { in post_order() function
539 for (auto i : post_order(T)) { in ComputeUsesVAFloatArgument()
688 for (auto BB : post_order(&F.getEntryBlock())) { in calculate()
809 for (auto DomNode : post_order(DomTree)) in runOnMachineFunction()
3209 for (auto BB : post_order(&F.getEntryBlock())) { in runOnFunction()