Lines Matching refs:It
29 auto It = VRegDefMap.find(Key);
34 if (It == VRegDefMap.end()) {
42 return It->second;
53 auto It = VRegDefUses.find(Key);
54 if (It != VRegDefUses.end())
55 return It->second;
68 auto It = VRegDefUses.find(Key);
69 if (It != VRegDefUses.end())
70 return It->second;
129 // We will always generate a copy from the argument. It is always used at
284 for (auto It = Begin; It != End; ++It) {
285 if (auto *CB = dyn_cast<CallBase>(&*It)) {
296 getOrCreateVRegUseAt(&*It, MBB, SwiftErrorAddr);
302 getOrCreateVRegDefAt(&*It, MBB, SwiftErrorAddr);
305 } else if (const LoadInst *LI = dyn_cast<const LoadInst>(&*It)) {
313 } else if (const StoreInst *SI = dyn_cast<const StoreInst>(&*It)) {
319 getOrCreateVRegDefAt(&*It, MBB, SwiftErrorAddr);
322 } else if (const ReturnInst *R = dyn_cast<const ReturnInst>(&*It)) {