Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h48 using SuccIterTy = typename BlockTraits::ChildIteratorType; variable
71 SuccIterTy BItor;
172 using SuccIterTy = typename BlockTraits::ChildIteratorType; variable
175 SuccIterTy Itor;
H A DRegionInfo.h269 using SuccIterTy = typename BlockTraits::ChildIteratorType;
688 using SuccIterTy = typename BlockTraits::ChildIteratorType;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h505 typedef typename BlockTraits::ChildIteratorType SuccIterTy; typedef