Searched refs:ShortCut (Results 1 – 2 of 2) sorted by relevance
616 BBtoBBMap *ShortCut) const { in insertShortCut() argument619 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() argument636 typename BBtoBBMap::iterator e = ShortCut->find(N->getBlock()); in getNextPostDom()638 if (e == ShortCut->end()) in getNextPostDom()681 BBtoBBMap *ShortCut) { in findRegionsWithEntry() argument693 while ((N = getNextPostDom(N, ShortCut))) { in findRegionsWithEntry()[all …]
706 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);