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 DArrayBoundChecker.cpp197 const ElementRegion *CurRegion = in computeOffset() local
200 while (CurRegion) { in computeOffset()
201 const auto Index = CurRegion->getIndex().getAs<NonLoc>(); in computeOffset()
205 QualType ElemType = CurRegion->getElementType(); in computeOffset()
225 OwnerRegion = CurRegion->getSuperRegion()->getAs<SubRegion>(); in computeOffset()
228 CurRegion = dyn_cast_or_null<ElementRegion>(OwnerRegion); in computeOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp841 size_t CurRegion = RegionIdx; in computeBlockPressure() local
842 for (size_t E = Regions.size(); CurRegion != E; ++CurRegion) in computeBlockPressure()
843 if (Regions[CurRegion].first->getParent() != MBB) in computeBlockPressure()
845 --CurRegion; in computeBlockPressure()
849 auto &Rgn = Regions[CurRegion]; in computeBlockPressure()
867 if (Regions[CurRegion].first == I || NonDbgMI == I) { in computeBlockPressure()
868 LiveIns[CurRegion] = RPTracker.getLiveRegs(); in computeBlockPressure()
872 if (Regions[CurRegion].second == I) { in computeBlockPressure()
873 Pressure[CurRegion] = RPTracker.moveMaxPressure(); in computeBlockPressure()
874 if (CurRegion-- == RegionIdx) in computeBlockPressure()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3611 } else if (auto *CurRegion = dyn_cast<CapturedRegionScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt() local
3612 Diag(ReturnLoc, diag::err_return_in_captured_stmt) << CurRegion->getRegionName(); in ActOnCapScopeReturnStmt()