reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
135 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&I)) { 180 if (isa<CallInst>(I) || isa<InvokeInst>(I)) { 180 if (isa<CallInst>(I) || isa<InvokeInst>(I)) { 181 ImmutableCallSite CS(&I); 204 if (const auto *II = dyn_cast<IntrinsicInst>(&I)) { 211 if (const auto *CI = dyn_cast<CallInst>(&I)) { 218 if (isUsedOutsideOfDefiningBlock(&I)) 219 if (!isa<AllocaInst>(I) || !StaticAllocaMap.count(cast<AllocaInst>(&I))) 219 if (!isa<AllocaInst>(I) || !StaticAllocaMap.count(cast<AllocaInst>(&I))) 220 InitializeRegForValue(&I); 223 PreferredExtendType[&I] = getPreferredExtendForValue(&I); 223 PreferredExtendType[&I] = getPreferredExtendForValue(&I);