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

/netbsd-current/external/apache2/llvm/dist/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);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp258 std::vector<GlobalValue *> PromotedGlobals;
281 PromotedGlobals.push_back(&GV);
284 return PromotedGlobals;
H A DCompileOnDemandLayer.cpp317 auto PromotedGlobals = PromoteSymbols(M);
318 if (!PromotedGlobals.empty()) {
323 PromotedGlobals, SymbolFlags);

Completed in 120 milliseconds