Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DPostOrderIterator.h177 po_iterator<T> po_end (T G) { return po_iterator<T>::end(G); } in po_end() function
263 copy(po_begin(BB), po_end(BB), back_inserter(Blocks)); in Initialize()
/external/llvm/include/llvm/Analysis/
DBlockFrequencyImpl.h274 copy(po_begin(EntryBlock), po_end(EntryBlock), back_inserter(POT)); in doFunction()
DLoopInfoImpl.h523 DomEnd = po_end(DomRoot); DomIter != DomEnd; ++DomIter) { in Analyze()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp404 E = po_end(&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.cpp795 I = po_begin(DomTree), E = po_end(DomTree); I != E; ++I) in runOnMachineFunction()