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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h130 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; member in class:llvm::ARMFunctionInfo
245 PromotedGlobals.insert(GV);
248 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.cpp107 if (PromotedGlobals.count(GV))
127 // globals from all functions in PromotedGlobals.
129 PromotedGlobals.insert(GV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp303 auto PromotedGlobals = PromoteSymbols(M);
304 if (!PromotedGlobals.empty()) {
309 PromotedGlobals, SymbolFlags);
H A DIndirectionUtils.cpp259 std::vector<GlobalValue *> PromotedGlobals;
282 PromotedGlobals.push_back(&GV);
285 return PromotedGlobals;

Completed in 114 milliseconds