reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
266 for (auto It = Begin; It != End; ++It) { 266 for (auto It = Begin; It != End; ++It) { 267 ImmutableCallSite CS(&*It); 279 getOrCreateVRegUseAt(&*It, MBB, SwiftErrorAddr); 285 getOrCreateVRegDefAt(&*It, MBB, SwiftErrorAddr); 288 } else if (const LoadInst *LI = dyn_cast<const LoadInst>(&*It)) { 296 } else if (const StoreInst *SI = dyn_cast<const StoreInst>(&*It)) { 302 getOrCreateVRegDefAt(&*It, MBB, SwiftErrorAddr); 305 } else if (const ReturnInst *R = dyn_cast<const ReturnInst>(&*It)) {