HomeSort by relevance Sort by last modified time
    Searched full:bbtoregion (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
RegionInfo.cpp 570 BBtoRegion.insert(std::make_pair(entry, region));
650 BBtoRegionMap::iterator it = BBtoRegion.find(BB);
653 // BBtoRegion relation. Only the child basic blocks have to be updated.
654 if (it != BBtoRegion.end()) {
659 BBtoRegion[BB] = region;
667 BBtoRegion.clear();
733 BBtoRegion.find(BB);
734 return I != BBtoRegion.end() ? I->second : 0;
738 BBtoRegion[BB] = R;
  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 666 BBtoRegion.insert(std::make_pair(entry, region));
749 typename BBtoRegionMap::iterator it = BBtoRegion.find(BB);
752 // BBtoRegion relation. Only the child basic blocks have to be updated.
753 if (it != BBtoRegion.end()) {
758 BBtoRegion[BB] = region;
793 BBtoRegion.clear();
814 typename BBtoRegionMap::const_iterator I = BBtoRegion.find(BB);
815 return I != BBtoRegion.end() ? I->second : nullptr;
820 BBtoRegion[BB] = R;
RegionInfo.h 683 BBtoRegion(std::move(Arg.BBtoRegion)) {
691 BBtoRegion = std::move(RHS.BBtoRegion);
705 BBtoRegionMap BBtoRegion;
716 BBtoRegion.clear();
719 // Check whether the entries of BBtoRegion for the BBs of region
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
RegionInfo.h 542 BBtoRegionMap BBtoRegion;

Completed in 264 milliseconds