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

References

lib/Transforms/Utils/CodeExtractor.cpp
 1110     StructArgTy = StructType::get(newFunction->getContext(), ArgTypes);
 1111     Struct = new AllocaInst(StructArgTy, DL.getAllocaAddrSpace(), nullptr,
 1121           StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName());
 1160           StructArgTy, Struct, Idx, "gep_reload_" + outputs[i]->getName());
 1263           StructArgTy, &*OAI, Idx, "gep_" + outputs[i]->getName(),