Home
last modified time | relevance | path

Searched refs:IncIter (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/graph/
Dmatrix_as_graph.hpp57 typedef out_edge_iterator IncIter; \
59 IncIter(g[v].begin()), IncIter(g[v].end())); \
Dvector_as_graph.hpp154 typedef typename val_out_edge_iter< EdgeList >::type IncIter; typedef
155 typedef std::pair< IncIter, IncIter > type;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2994 IVChain::const_iterator IncIter = Chain.Incs.begin(); in ChainInstruction() local
2996 for( ; IncIter != IncEnd; ++IncIter) { in ChainInstruction()
2997 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3000 if (IncIter != IncEnd) in ChainInstruction()