Home
last modified time | relevance | path

Searched refs:po_end (Results 1 – 8 of 8) 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 std::copy(po_begin(BB), po_end(BB), std::back_inserter(Blocks)); in Initialize()
/external/llvm/lib/Analysis/
DBranchProbabilityInfo.cpp501 E = po_end(&F.getEntryBlock()); in runOnFunction()
DRegionInfo.cpp648 for (po_iterator<DomTreeNode*> FI = po_begin(N), FE = po_end(N); FI != FE; in scanForRegions()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h504 DomEnd = po_end(DomRoot); DomIter != DomEnd; ++DomIter) { in Analyze()
DBlockFrequencyInfoImpl.h957 std::copy(po_begin(Entry), po_end(Entry), std::back_inserter(RPOT));
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp431 for (po_iterator<Type*> i = po_begin(T), e = po_end(T); in ComputeUsesVAFloatArgument()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp803 I = po_begin(DomTree), E = po_end(DomTree); I != E; ++I) in runOnMachineFunction()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2188 e = po_end(&F.getEntryBlock()); it != e; ++it) { in runOnFunction()