Searched refs:CurRegion (Results 1 – 3 of 3) sorted by relevance
197 const ElementRegion *CurRegion = in computeOffset() local200 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()
841 size_t CurRegion = RegionIdx; in computeBlockPressure() local842 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 …]
3611 } else if (auto *CurRegion = dyn_cast<CapturedRegionScopeInfo>(CurCap)) { in ActOnCapScopeReturnStmt() local3612 Diag(ReturnLoc, diag::err_return_in_captured_stmt) << CurRegion->getRegionName(); in ActOnCapScopeReturnStmt()