HomeSort by relevance Sort by last modified time
    Searched refs:ShortCut (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
RegionInfo.cpp 501 BBtoBBMap *ShortCut) const {
504 BBtoBBMap::iterator e = ShortCut->find(exit);
506 if (e == ShortCut->end())
508 (*ShortCut)[entry] = exit;
514 (*ShortCut)[entry] = BB;
519 BBtoBBMap *ShortCut) const {
520 BBtoBBMap::iterator e = ShortCut->find(N->getBlock());
522 if (e == ShortCut->end())
565 void RegionInfo::findRegionsWithEntry(BasicBlock *entry, BBtoBBMap *ShortCut) {
578 while ((N = getNextPostDom(N, ShortCut))) {
    [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 587 // insertShortCut - Saves a shortcut pointing from entry to exit.
588 // This function may extend this shortcut if possible.
590 BBtoBBMap* ShortCut) const;
594 DomTreeNode *getNextPostDom(DomTreeNode* N, BBtoBBMap *ShortCut) const;
603 void findRegionsWithEntry(BasicBlock *entry, BBtoBBMap *ShortCut);
606 void scanForRegions(Function &F, BBtoBBMap *ShortCut);
653 /// @brief A shortcut for getRegionFor().

Completed in 43 milliseconds