reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2958 if (AllocaInst *AI = dyn_cast<AllocaInst>(V)) 2962 AllocaForValueMapTy::iterator I = AllocaForValue.find(V); 2967 AllocaForValue[V] = nullptr; 2969 if (CastInst *CI = dyn_cast<CastInst>(V)) 2971 else if (PHINode *PN = dyn_cast<PHINode>(V)) { 2982 } else if (GetElementPtrInst *EP = dyn_cast<GetElementPtrInst>(V)) { 2986 << *V << "\n"); 2989 AllocaForValue[V] = Res;