Searched refs:PromotedGlobals (Results 1 – 5 of 5) sorted by relevance
137 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals;270 PromotedGlobals.insert(GV); in getPromotedConstpoolIncrease() 273 return PromotedGlobals; in setPromotedConstpoolIncrease() 132 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; global() variable
62 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable 63 /// Set of globals in PromotedGlobals that we've emitted labels for.
104 if (PromotedGlobals.count(GV)) in emitGlobalVariable()126 PromotedGlobals.insert(GV); in runOnMachineFunction()
320 auto PromotedGlobals = PromoteSymbols(M); in emitPartition() local321 if (!PromotedGlobals.empty()) { in emitPartition()326 PromotedGlobals, SymbolFlags); in emitPartition()
281 std::vector<GlobalValue *> PromotedGlobals; in operator ()() local304 PromotedGlobals.push_back(&GV); in operator ()()307 return PromotedGlobals; in operator ()()