Home
last modified time | relevance | path

Searched refs:BBtoRegionMap (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DRegionInfo.h526 typedef DenseMap<BasicBlock*, Region*> BBtoRegionMap; typedef
542 BBtoRegionMap BBtoRegion;
/external/llvm/include/llvm/Analysis/
DRegionInfo.h671 typedef DenseMap<BlockT *, RegionT *> BBtoRegionMap;
705 BBtoRegionMap BBtoRegion;
DRegionInfoImpl.h749 typename BBtoRegionMap::iterator it = BBtoRegion.find(BB); in buildRegionsTree()
814 typename BBtoRegionMap::const_iterator I = BBtoRegion.find(BB); in getRegionFor()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DRegionInfo.cpp650 BBtoRegionMap::iterator it = BBtoRegion.find(BB); in buildRegionsTree()
732 BBtoRegionMap::const_iterator I= in getRegionFor()