Lines Matching defs:ExtendedGlobals
923 ArrayRef<GlobalVariable *> ExtendedGlobals,
926 ArrayRef<GlobalVariable *> ExtendedGlobals,
930 ArrayRef<GlobalVariable *> ExtendedGlobals,
934 ArrayRef<GlobalVariable *> ExtendedGlobals,
2304 IRBuilder<> &IRB, ArrayRef<GlobalVariable *> ExtendedGlobals,
2306 assert(ExtendedGlobals.size() == MetadataInitializers.size());
2309 SmallVector<GlobalValue *, 16> MetadataGlobals(ExtendedGlobals.size());
2310 for (size_t i = 0; i < ExtendedGlobals.size(); i++) {
2312 GlobalVariable *G = ExtendedGlobals[i];
2336 IRBuilder<> &IRB, ArrayRef<GlobalVariable *> ExtendedGlobals,
2339 assert(ExtendedGlobals.size() == MetadataInitializers.size());
2347 SmallVector<GlobalValue *, 16> MetadataGlobals(ExtendedGlobals.size());
2348 for (size_t i = 0; i < ExtendedGlobals.size(); i++) {
2349 GlobalVariable *G = ExtendedGlobals[i];
2405 IRBuilder<> &IRB, ArrayRef<GlobalVariable *> ExtendedGlobals,
2407 assert(ExtendedGlobals.size() == MetadataInitializers.size());
2413 SmallVector<GlobalValue *, 16> LivenessGlobals(ExtendedGlobals.size());
2415 for (size_t i = 0; i < ExtendedGlobals.size(); i++) {
2417 GlobalVariable *G = ExtendedGlobals[i];
2464 IRBuilder<> &IRB, ArrayRef<GlobalVariable *> ExtendedGlobals,
2466 assert(ExtendedGlobals.size() == MetadataInitializers.size());
2467 unsigned N = ExtendedGlobals.size();