Searched refs:PromotedGlobals (Results 1 – 5 of 5) sorted by relevance
130 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable245 PromotedGlobals.insert(GV); in markGlobalAsPromotedToConstantPool()248 return PromotedGlobals; in getGlobalsPromotedToConstantPool()
62 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable
107 if (PromotedGlobals.count(GV)) in emitGlobalVariable()129 PromotedGlobals.insert(GV); in runOnMachineFunction()
317 auto PromotedGlobals = PromoteSymbols(M); in emitPartition() local318 if (!PromotedGlobals.empty()) { in emitPartition()323 PromotedGlobals, SymbolFlags); in emitPartition()
258 std::vector<GlobalValue *> PromotedGlobals; in operator ()() local281 PromotedGlobals.push_back(&GV); in operator ()()284 return PromotedGlobals; in operator ()()