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 620 // findRegionsWithEntry - Detect all regions starting with bb 'entry'.
621 void findRegionsWithEntry(BasicBlock *entry, BBtoBBMap *ShortCut);
  /external/llvm/lib/Analysis/
RegionInfo.cpp 598 void RegionInfo::findRegionsWithEntry(BasicBlock *entry, BBtoBBMap *ShortCut) {
648 findRegionsWithEntry(FI->getBlock(), ShortCut);

Completed in 814 milliseconds