/aosp_15_r20/external/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 325 void buildSegmentsImpl(ArrayRef<CountedRegion> Regions) { in buildSegmentsImpl() 341 static void sortNestedRegions(MutableArrayRef<CountedRegion> Regions) { in sortNestedRegions() 365 combineRegions(MutableArrayRef<CountedRegion> Regions) { in combineRegions() 400 buildSegments(MutableArrayRef<CountedRegion> Regions) { in buildSegments() 461 std::vector<coverage::CountedRegion> Regions; in getCoverageForFile() local 507 std::vector<coverage::CountedRegion> Regions; in getCoverageForFunction() local 525 std::vector<coverage::CountedRegion> Regions; in getCoverageForExpansion() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/api/ |
D | README.md | 78 ### Regions subsection 93 #### null region 102 #### conditional region 114 #### section region
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 465 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
|
/aosp_15_r20/external/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 522 Sub-Array of Regions 530 Mapping Region 542 Header 587 Source Range
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 571 void buildSegmentsImpl(ArrayRef<CountedRegion> Regions) { in buildSegmentsImpl() 621 static void sortNestedRegions(MutableArrayRef<CountedRegion> Regions) { in sortNestedRegions() 644 combineRegions(MutableArrayRef<CountedRegion> Regions) { in combineRegions() 679 buildSegments(MutableArrayRef<CountedRegion> Regions) { in buildSegments() 765 std::vector<CountedRegion> Regions; in getCoverageForFile() local 825 std::vector<CountedRegion> Regions; in getCoverageForFunction() local 848 std::vector<CountedRegion> Regions; in getCoverageForExpansion() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/language/ |
D | coverage.go | 29 Regions() []Region methodSpec 48 func (s allSubtags) Regions() []Region { func 149 func (s *coverage) Regions() []Region { func
|
/aosp_15_r20/external/aws-sdk-java-v2/docs/ |
H A D | LaunchChangelog.md | 72 ### 1.2.1. Client Regions 97 ### 1.2.2. Client Credentials
|
/aosp_15_r20/external/llvm/unittests/ProfileData/ |
H A D | CoverageMappingTest.cpp | 56 std::vector<CounterMappingRegion> Regions; member 94 std::vector<CounterMappingRegion> Regions; member 181 std::string Regions = writeCoverageRegions(InputFunctions[I]); in writeAndReadCoverageRegions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 218 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegion() local 223 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegionEnd() local
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 222 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegion() local 227 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in EmitDataRegionEnd() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/ |
D | summary.go | 31 Regions []*UserRegionSummary member 61 Regions []*UserRegionSummary member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCMachOStreamer.cpp | 236 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in emitDataRegion() local 241 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions(); in emitDataRegionEnd() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | HotColdSplitting.cpp | 403 std::vector<OutliningRegion> Regions; in create() local 590 auto Regions = OutliningRegion::create(*BB, *DT, *PDT); in outlineColdRegions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | HotColdSplitting.cpp | 440 std::vector<OutliningRegion> Regions; in create() local 631 auto Regions = OutliningRegion::create(*BB, *DT, *PDT); in outlineColdRegions() local
|
/aosp_15_r20/external/flatbuffers/tests/annotated_binary/ |
H A D | README.md | 95 #### Offsets
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopWidening.cpp | 54 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNSchedStrategy.h | 85 MachineBasicBlock::iterator>, 32> Regions; variable
|
H A D | GCNIterativeScheduler.h | 72 std::vector<Region*> Regions; variable
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
H A D | Regions.java | 24 public class Regions extends GraphicsActivity { class
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.h | 31 SmallVector<StackRegion, 16> Regions; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.h | 38 SmallVector<StackRegion, 16> Regions; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.h | 38 SmallVector<StackRegion, 16> Regions; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.h | 74 std::vector<Region*> Regions; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 1209 static void addRegionIntoQueue(Region &R, std::vector<Region *> &Regions) { in addRegionIntoQueue() 1221 std::vector<Region *> Regions; in run() local
|
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 87 typedef llvm::DenseSet<const MemRegion *> Regions; typedef
|