Searched refs:CurRegion (Results 1 – 3 of 3) sorted by relevance
181 const ElementRegion *CurRegion = in computeOffset() local184 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()
639 size_t CurRegion = RegionIdx; in computeBlockPressure() local640 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()
3502 } else if (auto *CurRegion = dyn_cast<CapturedRegionScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt() local3503 Diag(ReturnLoc, diag::err_return_in_captured_stmt) << CurRegion->getRegionName(); in ActOnCapScopeReturnStmt()