Searched refs:PromotedGlobals (Results 1 – 5 of 5) sorted by relevance
129 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable242 PromotedGlobals.insert(GV); in markGlobalAsPromotedToConstantPool()245 return PromotedGlobals; in getGlobalsPromotedToConstantPool()
62 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable
97 if (PromotedGlobals.count(GV)) in EmitGlobalVariable()119 PromotedGlobals.insert(GV); in runOnMachineFunction()
289 auto PromotedGlobals = PromoteSymbols(M); in emitPartition() local290 if (!PromotedGlobals.empty()) { in emitPartition()293 for (auto &GV : PromotedGlobals) in emitPartition()
260 std::vector<GlobalValue *> PromotedGlobals; in operator ()() local283 PromotedGlobals.push_back(&GV); in operator ()()286 return PromotedGlobals; in operator ()()