Lines Matching defs:ExtendedGlobals
916 ArrayRef<GlobalVariable *> ExtendedGlobals,
919 ArrayRef<GlobalVariable *> ExtendedGlobals,
923 ArrayRef<GlobalVariable *> ExtendedGlobals,
927 ArrayRef<GlobalVariable *> ExtendedGlobals,
2295 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals,
2297 assert(ExtendedGlobals.size() == MetadataInitializers.size());
2300 SmallVector<GlobalValue *, 16> MetadataGlobals(ExtendedGlobals.size());
2301 for (size_t i = 0; i < ExtendedGlobals.size(); i++) {
2303 GlobalVariable *G = ExtendedGlobals[i];
2328 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals,
2331 assert(ExtendedGlobals.size() == MetadataInitializers.size());
2339 SmallVector<GlobalValue *, 16> MetadataGlobals(ExtendedGlobals.size());
2340 for (size_t i = 0; i < ExtendedGlobals.size(); i++) {
2341 GlobalVariable *G = ExtendedGlobals[i];
2397 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals,
2399 assert(ExtendedGlobals.size() == MetadataInitializers.size());
2405 SmallVector<GlobalValue *, 16> LivenessGlobals(ExtendedGlobals.size());
2407 for (size_t i = 0; i < ExtendedGlobals.size(); i++) {
2409 GlobalVariable *G = ExtendedGlobals[i];
2457 IRBuilder<> &IRB, Module &M, ArrayRef<GlobalVariable *> ExtendedGlobals,
2459 assert(ExtendedGlobals.size() == MetadataInitializers.size());
2460 unsigned N = ExtendedGlobals.size();