/llvm-project/mlir/docs/ |
H A D | LangRef.md | 434 ## Regions section in MLIR Language Reference 436 ### Definition 471 ### Value Scoping 502 ### Control Flow and SSACFG Regions 563 #### Operations with Multiple Regions 577 #### Closure 586 ### Graph Regions 631 ### Arguments and Results
|
H A D | BytecodeFormat.md | 429 ##### Regions global() l4subsection
|
/llvm-project/mlir/docs/Rationale/ |
H A D | Rationale.md | 350 ### Regions subsection 352 #### Attributes of type 'Block' 359 #### Use "inlined" functions as regions 368 #### Dedicated `region` operation 379 #### Explicit capture of the values used in a region 854 ### Regions subsection 856 #### Making function definition an operation 867 #### Having types on a region 882 #### Attaching attributes to regions
|
/llvm-project/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 538 Sub-Array of Regions 546 Mapping Region 558 Header 605 Source Range
|
H A D | ConvergentOperations.rst | 854 .. _inferring_noconvergent:
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TaggedUnionModeling.h | 39 ArrayRef<const MemRegion *> Regions) { in removeInformationStoredForDeadInstances()
|
H A D | ErrnoChecker.cpp | 221 checkRegionChanges(ProgramStateRef State,const InvalidatedSymbols * Invalidated,ArrayRef<const MemRegion * > ExplicitRegions,ArrayRef<const MemRegion * > Regions,const LocationContext * LCtx,const CallEvent * Call) const checkRegionChanges() argument
|
H A D | StdVariantChecker.cpp | 144 ArrayRef<const MemRegion *> Regions, in checkRegionChanges() argument
|
H A D | CheckerDocumentation.cpp | 279 ArrayRef<const MemRegion *> Regions, in checkRegionChanges()
|
H A D | AnalysisOrderChecker.cpp | 201 ArrayRef<const MemRegion *> Regions, in checkRegionChanges()
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopWidening.cpp | 61 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC), in getWidenedLoopState() local
|
/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegionGenerator.cpp | 35 CodeRegions &Regions = getRegions(); in parseCodeRegions() local
|
H A D | PipelinePrinter.cpp | 113 json::Array *Regions = JO.getArray("CodeRegions"); in printReport() local
|
H A D | CodeRegionGenerator.h | 46 AnalysisRegions &Regions; variable 66 InstrumentRegions &Regions; variable
|
H A D | CodeRegion.h | 154 std::vector<UniqueCodeRegion> Regions; variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.h | 39 SmallVector<StackRegion, 16> Regions; variable
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.h | 74 std::vector<Region*> Regions; variable
|
H A D | GCNSchedStrategy.h | 186 MachineBasicBlock::iterator>, 32> Regions; global() variable
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | CoverageMappingTest.cpp | 68 std::vector<CounterMappingRegion> Regions; member 118 std::vector<CounterMappingRegion> Regions; member 184 auto &Regions = InputFunctions.back().Regions; in addCMR() local 198 auto &Regions = InputFunctions.back().Regions; addMCDCDecisionCMR() local 207 auto &Regions = InputFunctions.back().Regions; addMCDCBranchCMR() local 251 std::string Regions = writeCoverageRegions(InputFunctions[I]); writeAndReadCoverageRegions() local [all...] |
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1200 buildSegmentsImpl(ArrayRef<CountedRegion> Regions) buildSegmentsImpl() argument 1250 sortNestedRegions(MutableArrayRef<CountedRegion> Regions) sortNestedRegions() argument 1273 combineRegions(MutableArrayRef<CountedRegion> Regions) combineRegions() argument 1314 buildSegments(MutableArrayRef<CountedRegion> Regions) buildSegments() argument 1400 std::vector<CountedRegion> Regions; getCoverageForFile() local 1464 std::vector<CountedRegion> Regions; getCoverageForFunction() local 1492 std::vector<CountedRegion> Regions; getCoverageForExpansion() local [all...] |
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 118 json::Array renderRegions(ArrayRef<coverage::CountedRegion> Regions) { in renderRegions() argument 125 json::Array renderBranchRegions(ArrayRef<coverage::CountedRegion> Regions) { in renderBranchRegions() argument
|
H A D | SourceCoverageView.h | 72 SmallVector<CountedRegion, 0> Regions; member
|
H A D | SourceCoverageView.cpp | 178 SmallVector<CountedRegion, 0> Regions) { in addBranch()
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | HotColdSplitting.cpp | 479 std::vector<OutliningRegion> Regions; create() local 682 auto Regions = OutliningRegion::create(*BB, *DT, *PDT); outlineColdRegions() local [all...] |
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.h | 146 Region *Regions; member
|