Home
last modified time | relevance | path

Searched refs:CurRegion (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp96 const ElementRegion *CurRegion = in computeOffset() local
99 while (CurRegion) { in computeOffset()
100 const auto Index = CurRegion->getIndex().getAs<NonLoc>(); in computeOffset()
104 QualType ElemType = CurRegion->getElementType(); in computeOffset()
124 OwnerRegion = CurRegion->getSuperRegion()->getAs<SubRegion>(); in computeOffset()
127 CurRegion = dyn_cast_or_null<ElementRegion>(OwnerRegion); in computeOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp552 size_t CurRegion = RegionIdx; in computeBlockPressure() local
553 for (size_t E = Regions.size(); CurRegion != E; ++CurRegion) in computeBlockPressure()
554 if (Regions[CurRegion].first->getParent() != MBB) in computeBlockPressure()
556 --CurRegion; in computeBlockPressure()
560 auto &Rgn = Regions[CurRegion]; in computeBlockPressure()
578 if (Regions[CurRegion].first == I || NonDbgMI == I) { in computeBlockPressure()
579 LiveIns[CurRegion] = RPTracker.getLiveRegs(); in computeBlockPressure()
583 if (Regions[CurRegion].second == I) { in computeBlockPressure()
584 Pressure[CurRegion] = RPTracker.moveMaxPressure(); in computeBlockPressure()
585 if (CurRegion-- == RegionIdx) in computeBlockPressure()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3671 } else if (auto *CurRegion = dyn_cast<CapturedRegionScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt() local
3672 Diag(ReturnLoc, diag::err_return_in_captured_stmt) << CurRegion->getRegionName(); in ActOnCapScopeReturnStmt()