Home
last modified time | relevance | path

Searched defs:Regions (Results 1 – 11 of 11) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DMetadataTableSchema.java58 public static final class Regions extends MultiValue<PhoneRegion, Regions> { class in MetadataTableSchema
73 private Regions(Iterable<PhoneRegion> regions) { in Regions() method in MetadataTableSchema.Regions
77 private Regions(String s) { in Regions() method in MetadataTableSchema.Regions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp465 void buildSegmentsImpl(ArrayRef<CountedRegion> Regions) { in buildSegmentsImpl()
509 static void sortNestedRegions(MutableArrayRef<CountedRegion> Regions) { in sortNestedRegions()
532 combineRegions(MutableArrayRef<CountedRegion> Regions) { in combineRegions()
567 buildSegments(MutableArrayRef<CountedRegion> Regions) { in buildSegments()
650 std::vector<CountedRegion> Regions; in getCoverageForFile() local
706 std::vector<CountedRegion> Regions; in getCoverageForFunction() local
725 std::vector<CountedRegion> Regions; in getCoverageForExpansion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.h85 MachineBasicBlock::iterator>, 32> Regions; variable
DGCNIterativeScheduler.h72 std::vector<Region*> Regions; variable
DAMDGPUMachineCFGStructurizer.cpp1090 const MachineRegionInfo *Regions; member in __anonc96957c80311::AMDGPUMachineCFGStructurizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackLayout.h38 SmallVector<StackRegion, 16> Regions; variable
DMachineScheduler.cpp471 MBBRegionsVector &Regions, in getSchedRegions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp218 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegion() local
223 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegionEnd() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DHotColdSplitting.cpp403 std::vector<OutliningRegion> Regions; in create() local
590 auto Regions = OutliningRegion::create(*BB, *DT, *PDT); in outlineColdRegions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp82 std::vector<const Region *> Regions; member in __anonf49c61350111::RegionInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h891 RegionInfoBase<Tr>::getCommonRegion(SmallVectorImpl<RegionT *> &Regions) const { in getCommonRegion()