Home
last modified time | relevance | path

Searched refs:InvBlockTraits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h266 using InvBlockTraits = GraphTraits<Inverse<BlockT *>>;
268 using PredIterTy = typename InvBlockTraits::ChildIteratorType;
685 using InvBlockTraits = GraphTraits<Inverse<BlockT *>>;
687 using PredIterTy = typename InvBlockTraits::ChildIteratorType;
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h462 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits; in discoverAndMapSubloop() typedef
485 InvBlockTraits::child_begin(PredBB), in discoverAndMapSubloop()
486 InvBlockTraits::child_end(PredBB)); in discoverAndMapSubloop()