Searched refs:findRegionsWithEntry (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h645 // findRegionsWithEntry - Detect all regions starting with bb 'entry'.
646 void findRegionsWithEntry(BasicBlock *entry, BBtoBBMap *ShortCut);
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp600 void RegionInfo::findRegionsWithEntry(BasicBlock *entry, BBtoBBMap *ShortCut) { function in class:RegionInfo
650 findRegionsWithEntry(FI->getBlock(), ShortCut);

Completed in 167 milliseconds