reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/IPO/GlobalOpt.cpp
 2528       if (CurrentGV) {
 2529         assert(CurrentGV && "Expected a GV to commit to!");
 2530         Type *CurrentInitTy = CurrentGV->getInitializer()->getType();
 2533           CurrentGV->setInitializer(ConstantStruct::get(STy, Elts));
 2535           CurrentGV->setInitializer(ConstantArray::get(ArrTy, Elts));
 2537           CurrentGV->setInitializer(ConstantVector::get(Elts));
 2539       if (CurrentGV == GV)
 2542       CurrentGV = GV;
 2559     commitAndSetupCache(GV, GV != CurrentGV);
 2565   commitAndSetupCache(CurrentGV, true);