Home
last modified time | relevance | path

Searched refs:PromotedGlobals (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h137 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals;
270 PromotedGlobals.insert(GV); in getPromotedConstpoolIncrease()
273 return PromotedGlobals; in setPromotedConstpoolIncrease()
132 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; global() variable
H A DARMAsmPrinter.h62 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable
63 /// Set of globals in PromotedGlobals that we've emitted labels for.
H A DARMAsmPrinter.cpp104 if (PromotedGlobals.count(GV)) in emitGlobalVariable()
126 PromotedGlobals.insert(GV); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp320 auto PromotedGlobals = PromoteSymbols(M); in emitPartition() local
321 if (!PromotedGlobals.empty()) { in emitPartition()
326 PromotedGlobals, SymbolFlags); in emitPartition()
H A DIndirectionUtils.cpp281 std::vector<GlobalValue *> PromotedGlobals; in operator ()() local
304 PromotedGlobals.push_back(&GV); in operator ()()
307 return PromotedGlobals; in operator ()()