Home | History | Annotate | Download | only in Core

Lines Matching refs:SubR

1099   const SubRegion *SubR = dyn_cast<SubRegion>(this);
1101 while (SubR) {
1102 if (const SymbolicRegion *SymR = dyn_cast<SymbolicRegion>(SubR))
1104 SubR = dyn_cast<SubRegion>(SubR->getSuperRegion());