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

  /external/llvm/include/llvm/Analysis/
RegionInfo.h 602 // findRegionsWithEntry - Detect all regions starting with bb 'entry'.
603 void findRegionsWithEntry(BasicBlock *entry, BBtoBBMap *ShortCut);
  /external/llvm/lib/Analysis/
RegionInfo.cpp 565 void RegionInfo::findRegionsWithEntry(BasicBlock *entry, BBtoBBMap *ShortCut) {
615 findRegionsWithEntry(FI->getBlock(), ShortCut);

Completed in 24 milliseconds