reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
245 if (VMap.count(&I) == 0) // Haven't mapped the argument to anything yet? 259 if (VMap.count(&I) == 0) { // Is this argument preserved? 261 VMap[&I] = &*DestI++; // Add mapping to VMap 265 CloneFunctionInto(NewF, F, VMap, F->getSubprogram() != nullptr, Returns, "",