Home | History | Annotate | Download | only in Core

Lines Matching defs:SR

154     if (const SubRegion* sr = dyn_cast<SubRegion>(r))
155 r = sr->getSuperRegion();
166 if (const SubRegion *sr = dyn_cast<SubRegion>(superRegion)) {
167 r = sr;
1020 const SubRegion* SR = dyn_cast<SubRegion>(this);
1022 while (SR) {
1023 R = SR->getSuperRegion();
1024 SR = dyn_cast<SubRegion>(R);
1235 } else if (const SymbolicRegion *SR = dyn_cast<SymbolicRegion>(R)) {
1239 Ty = SR->getSymbol()->getType()->getPointeeType();