Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h592 BBtoBBMap *ShortCut) const { in insertShortCut() argument
595 typename BBtoBBMap::iterator e = ShortCut->find(exit); in insertShortCut()
597 if (e == ShortCut->end()) in insertShortCut()
599 (*ShortCut)[entry] = exit; in insertShortCut()
605 (*ShortCut)[entry] = BB; in insertShortCut()
611 RegionInfoBase<Tr>::getNextPostDom(DomTreeNodeT *N, BBtoBBMap *ShortCut) const { in getNextPostDom() argument
612 typename BBtoBBMap::iterator e = ShortCut->find(N->getBlock()); in getNextPostDom()
614 if (e == ShortCut->end()) in getNextPostDom()
653 BBtoBBMap *ShortCut) { in findRegionsWithEntry() argument
665 while ((N = getNextPostDom(N, ShortCut))) { in findRegionsWithEntry()
[all …]
H A DRegionInfo.h766 void insertShortCut(BlockT *entry, BlockT *exit, BBtoBBMap *ShortCut) const;
770 DomTreeNodeT *getNextPostDom(DomTreeNodeT *N, BBtoBBMap *ShortCut) const;
779 void findRegionsWithEntry(BlockT *entry, BBtoBBMap *ShortCut);
782 void scanForRegions(FuncT &F, BBtoBBMap *ShortCut);