Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h616 BBtoBBMap *ShortCut) const { in insertShortCut() argument
619 typename BBtoBBMap::iterator e = ShortCut->find(exit); in insertShortCut()
621 if (e == ShortCut->end()) in insertShortCut()
623 (*ShortCut)[entry] = exit; in insertShortCut()
629 (*ShortCut)[entry] = BB; in insertShortCut()
635 RegionInfoBase<Tr>::getNextPostDom(DomTreeNodeT *N, BBtoBBMap *ShortCut) const { in getNextPostDom() argument
636 typename BBtoBBMap::iterator e = ShortCut->find(N->getBlock()); in getNextPostDom()
638 if (e == ShortCut->end()) in getNextPostDom()
681 BBtoBBMap *ShortCut) { in findRegionsWithEntry() argument
693 while ((N = getNextPostDom(N, ShortCut))) { in findRegionsWithEntry()
[all …]
DRegionInfo.h706 void insertShortCut(BlockT *entry, BlockT *exit, BBtoBBMap *ShortCut) const;
710 DomTreeNodeT *getNextPostDom(DomTreeNodeT *N, BBtoBBMap *ShortCut) const;
719 void findRegionsWithEntry(BlockT *entry, BBtoBBMap *ShortCut);
722 void scanForRegions(FuncT &F, BBtoBBMap *ShortCut);