reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1279 LLVM_DEBUG(dbgs() << "SROA HEAP ALLOC: " << *GV << " MALLOC = " << *CI 1288 ReplaceUsesOfMallocWithGlobal(CI, GV); 1298 unsigned AS = GV->getType()->getPointerAddressSpace(); 1304 *GV->getParent(), PFieldTy, false, GlobalValue::InternalLinkage, 1305 Constant::getNullValue(PFieldTy), GV->getName() + ".f" + Twine(FieldNo), 1306 nullptr, GV->getThreadLocalMode()); 1307 NGV->copyAttributesFrom(GV); 1393 InsertedScalarizedValues[GV] = FieldGlobals; 1400 for (auto UI = GV->user_begin(), E = GV->user_end(); UI != E;) { 1400 for (auto UI = GV->user_begin(), E = GV->user_end(); UI != E;) { 1461 GV->eraseFromParent();