Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp181 const ElementRegion *CurRegion = in computeOffset() local
184 while (CurRegion) { in computeOffset()
185 const auto Index = CurRegion->getIndex().getAs<NonLoc>(); in computeOffset()
189 QualType ElemType = CurRegion->getElementType(); in computeOffset()
209 OwnerRegion = CurRegion->getSuperRegion()->getAs<SubRegion>(); in computeOffset()
212 CurRegion = dyn_cast_or_null<ElementRegion>(OwnerRegion); in computeOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp639 size_t CurRegion = RegionIdx; in computeBlockPressure() local
640 for (size_t E = Regions.size(); CurRegion != E; ++CurRegion) in computeBlockPressure()
641 if (Regions[CurRegion].first->getParent() != MBB) in computeBlockPressure()
643 --CurRegion; in computeBlockPressure()
647 auto &Rgn = Regions[CurRegion]; in computeBlockPressure()
665 if (Regions[CurRegion].first == I || NonDbgMI == I) { in computeBlockPressure()
666 LiveIns[CurRegion] = RPTracker.getLiveRegs(); in computeBlockPressure()
670 if (Regions[CurRegion].second == I) { in computeBlockPressure()
671 Pressure[CurRegion] = RPTracker.moveMaxPressure(); in computeBlockPressure()
672 if (CurRegion-- == RegionIdx) in computeBlockPressure()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3502 } else if (auto *CurRegion = dyn_cast<CapturedRegionScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt() local
3503 Diag(ReturnLoc, diag::err_return_in_captured_stmt) << CurRegion->getRegionName(); in ActOnCapScopeReturnStmt()