Home | History | Annotate | Download | only in Core

Lines Matching refs:SubR

1124   const SubRegion *SubR = dyn_cast<SubRegion>(this);
1126 while (SubR) {
1127 if (const SymbolicRegion *SymR = dyn_cast<SymbolicRegion>(SubR))
1129 SubR = dyn_cast<SubRegion>(SubR->getSuperRegion());