Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h605 BBtoBBMap *ShortCut) const { in insertShortCut() argument
608 typename BBtoBBMap::iterator e = ShortCut->find(exit); in insertShortCut()
610 if (e == ShortCut->end()) in insertShortCut()
612 (*ShortCut)[entry] = exit; in insertShortCut()
618 (*ShortCut)[entry] = BB; in insertShortCut()
624 RegionInfoBase<Tr>::getNextPostDom(DomTreeNodeT *N, BBtoBBMap *ShortCut) const { in getNextPostDom() argument
625 typename BBtoBBMap::iterator e = ShortCut->find(N->getBlock()); in getNextPostDom()
627 if (e == ShortCut->end()) in getNextPostDom()
670 BBtoBBMap *ShortCut) { in findRegionsWithEntry() argument
682 while ((N = getNextPostDom(N, ShortCut))) { in findRegionsWithEntry()
[all …]
H A DRegionInfo.h768 void insertShortCut(BlockT *entry, BlockT *exit, BBtoBBMap *ShortCut) const;
772 DomTreeNodeT *getNextPostDom(DomTreeNodeT *N, BBtoBBMap *ShortCut) const;
781 void findRegionsWithEntry(BlockT *entry, BBtoBBMap *ShortCut);
784 void scanForRegions(FuncT &F, BBtoBBMap *ShortCut);