HomeSort by: relevance | last modified time | path
    Searched refs:PromotedGlobals (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 130 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals;
245 PromotedGlobals.insert(GV);
248 return PromotedGlobals;
ARMAsmPrinter.h 62 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals;
63 /// Set of globals in PromotedGlobals that we've emitted labels for.
ARMAsmPrinter.cpp 107 if (PromotedGlobals.count(GV))
127 // globals from all functions in PromotedGlobals.
129 PromotedGlobals.insert(GV);
894 for (const auto *GV : ACPC->promotedGlobals()) {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
CompileOnDemandLayer.cpp 317 auto PromotedGlobals = PromoteSymbols(M);
318 if (!PromotedGlobals.empty()) {
323 PromotedGlobals, SymbolFlags);
IndirectionUtils.cpp 258 std::vector<GlobalValue *> PromotedGlobals;
281 PromotedGlobals.push_back(&GV);
284 return PromotedGlobals;

Completed in 60 milliseconds