Searched refs:CurRegion (Results 1 – 3 of 3) sorted by relevance
96 const ElementRegion *CurRegion = in computeOffset() local99 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()
552 size_t CurRegion = RegionIdx; in computeBlockPressure() local553 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()
3671 } else if (auto *CurRegion = dyn_cast<CapturedRegionScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt() local3672 Diag(ReturnLoc, diag::err_return_in_captured_stmt) << CurRegion->getRegionName(); in ActOnCapScopeReturnStmt()