Home
last modified time | relevance | path

Searched refs:po_iterator (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/ADT/
DPostOrderIterator.h91 class po_iterator : public std::iterator<std::forward_iterator_tag,
113 inline po_iterator(NodeType *BB) { in po_iterator() function
118 inline po_iterator() {} // End is when stack is empty. in po_iterator() function
120 inline po_iterator(NodeType *BB, SetType &S) : in po_iterator() function
128 inline po_iterator(SetType &S) : in po_iterator() function
133 typedef po_iterator<GraphT, SetType, ExtStorage, GT> _Self;
175 po_iterator<T> po_begin(T G) { return po_iterator<T>::begin(G); } in po_begin()
177 po_iterator<T> po_end (T G) { return po_iterator<T>::end(G); } in po_end()
181 struct po_ext_iterator : public po_iterator<T, SetType, true> {
182 po_ext_iterator(const po_iterator<T, SetType, true> &V) : in po_ext_iterator()
[all …]
/external/clang/lib/Analysis/
DPostOrderCFGView.cpp24 for (po_iterator I = po_iterator::begin(cfg, BSet), in PostOrderCFGView()
25 E = po_iterator::end(cfg, BSet); I != E; ++I) { in PostOrderCFGView()
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h72 typedef llvm::po_iterator<const CFG*, CFGBlockSet, true> po_iterator; typedef
/external/llvm/include/llvm/Analysis/
DLoopIterator.h126 typedef po_iterator<BasicBlock*, LoopBlocksTraversal, true> POTIterator;
DLoopInfoImpl.h522 for (po_iterator<DomTreeNodeBase<BlockT>*> DomIter = po_begin(DomRoot), in Analyze()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp403 for (po_iterator<BasicBlock *> I = po_begin(&F.getEntryBlock()), in runOnFunction()
DRegionInfo.cpp614 for (po_iterator<DomTreeNode*> FI = po_begin(N), FE = po_end(N); FI != FE; in scanForRegions()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp390 for (po_iterator<Type*> i = po_begin(T), e = po_end(T); in ComputeUsesVAFloatArgument()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp794 for (po_iterator<MachineDominatorTree*> in runOnMachineFunction()