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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h129 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; member in class:llvm::ARMFunctionInfo
242 PromotedGlobals.insert(GV);
245 return PromotedGlobals;
H A DARMAsmPrinter.h62 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; member in class:llvm::ARMAsmPrinter
63 /// Set of globals in PromotedGlobals that we've emitted labels for.
H A DARMAsmPrinter.cpp97 if (PromotedGlobals.count(GV))
117 // globals from all functions in PromotedGlobals.
119 PromotedGlobals.insert(GV);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp289 auto PromotedGlobals = PromoteSymbols(M);
290 if (!PromotedGlobals.empty()) {
293 for (auto &GV : PromotedGlobals)
H A DIndirectionUtils.cpp260 std::vector<GlobalValue *> PromotedGlobals;
283 PromotedGlobals.push_back(&GV);
286 return PromotedGlobals;

Completed in 149 milliseconds