Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h165 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(entry), in getEnteringBlock()
166 InvBlockTraits::child_end(entry))) { in getEnteringBlock()
186 for (PredIterTy PI = InvBlockTraits::child_begin(exit), in getExitingBlocks()
187 PE = InvBlockTraits::child_end(exit); in getExitingBlocks()
209 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(exit), in getExitingBlock()
210 InvBlockTraits::child_end(exit))) { in getExitingBlock()
267 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(BB), in verifyBBInRegion()
268 InvBlockTraits::child_end(BB))) { in verifyBBInRegion()
566 for (BlockT *P : make_range(InvBlockTraits::child_begin(BB), in isCommonDomFrontier()
567 InvBlockTraits::child_end(BB))) { in isCommonDomFrontier()
[all …]
H A DRegionInfo.h268 using InvBlockTraits = GraphTraits<Inverse<BlockT *>>;
270 using PredIterTy = typename InvBlockTraits::ChildIteratorType;
687 using InvBlockTraits = GraphTraits<Inverse<BlockT *>>;
689 using PredIterTy = typename InvBlockTraits::ChildIteratorType;
H A DLoopInfoImpl.h429 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits; in discoverAndMapSubloop() typedef
452 InvBlockTraits::child_begin(PredBB), in discoverAndMapSubloop()
453 InvBlockTraits::child_end(PredBB)); in discoverAndMapSubloop()