HomeSort by relevance Sort by last modified time
    Searched refs:TheModule (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 24 /// Find all globals in \p TheModule that are referenced in
27 /// global in \p TheModule.
28 void updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 24 /// Find all globals in \p TheModule that are referenced in
27 /// global in \p TheModule.
28 void updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 24 /// Find all globals in \p TheModule that are referenced in
27 /// global in \p TheModule.
28 void updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 24 /// Find all globals in \p TheModule that are referenced in
27 /// global in \p TheModule.
28 void updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 24 /// Find all globals in \p TheModule that are referenced in
27 /// global in \p TheModule.
28 void updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 24 /// Find all globals in \p TheModule that are referenced in
27 /// global in \p TheModule.
28 void updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 24 /// Find all globals in \p TheModule that are referenced in
27 /// global in \p TheModule.
28 void updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 24 /// Find all globals in \p TheModule that are referenced in
27 /// global in \p TheModule.
28 void updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
UpdateCompilerUsed.h 24 /// Find all globals in \p TheModule that are referenced in
27 /// global in \p TheModule.
28 void updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
  /external/llvm/include/llvm/Transforms/IPO/
Internalize.h 59 /// Run the internalizer on \p TheModule, returns true if any changes was
64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
FunctionImport.h 112 /// Resolve WeakForLinker values in \p TheModule based on the information
114 void thinLTOResolveWeakForLinkerModule(Module &TheModule,
117 /// Internalize \p TheModule based on the information recorded in the summaries
119 void thinLTOInternalizeModule(Module &TheModule,
  /external/llvm/lib/LTO/
UpdateCompilerUsed.cpp 34 void findInModule(const Module &TheModule) {
35 initializeLibCalls(TheModule);
36 for (const Function &F : TheModule)
38 for (const GlobalVariable &GV : TheModule.globals())
40 for (const GlobalAlias &GA : TheModule.aliases())
59 void initializeLibCalls(const Module &TheModule) {
74 for (const Function &F : TheModule) {
115 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM,
119 .findInModule(TheModule);
124 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(TheModule.getContext())
    [all...]
ThinLTOCodeGenerator.cpp 76 static void saveTempBitcode(const Module &TheModule, StringRef TempDir,
87 WriteBitcodeToFile(&TheModule, OS, /* ShouldPreserveUseListOrder */ true);
142 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) {
143 if (renameModuleForThinLTO(TheModule, Index))
148 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index,
151 ModuleLoader Loader(TheModule.getContext(), ModuleMap);
153 Importer.importFunctions(TheModule, ImportList);
156 static void optimizeModule(Module &TheModule, TargetMachine &TM) {
177 PM.run(TheModule);
194 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Internalize.h 59 /// Run the internalizer on \p TheModule, returns true if any changes was
64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Internalize.h 59 /// Run the internalizer on \p TheModule, returns true if any changes was
64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Internalize.h 59 /// Run the internalizer on \p TheModule, returns true if any changes was
64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Internalize.h 59 /// Run the internalizer on \p TheModule, returns true if any changes was
64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Internalize.h 59 /// Run the internalizer on \p TheModule, returns true if any changes was
64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Internalize.h 59 /// Run the internalizer on \p TheModule, returns true if any changes was
64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Internalize.h 59 /// Run the internalizer on \p TheModule, returns true if any changes was
64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Internalize.h 59 /// Run the internalizer on \p TheModule, returns true if any changes was
64 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr);
71 internalizeModule(Module &TheModule,
75 .internalizeModule(TheModule, CG);
  /external/llvm/lib/Transforms/Utils/
NameAnonFunctions.cpp 25 Module &TheModule;
29 ModuleHasher(Module &M) : TheModule(M) {}
38 for (auto &F : TheModule) {
44 for (auto &GV : TheModule.globals()) {
  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 46 ARCRuntimeEntryPoints() : TheModule(nullptr),
58 TheModule = M;
71 assert(TheModule != nullptr && "Not initialized.");
103 Module *TheModule;
129 LLVMContext &C = TheModule->getContext();
136 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
145 LLVMContext &C = TheModule->getContext();
155 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr);
163 LLVMContext &C = TheModule->getContext();
176 return Decl = TheModule->getOrInsertFunction(Name, Fty, Attr)
    [all...]
  /external/llvm/tools/llvm-jitlistener/
llvm-jitlistener.cpp 115 std::unique_ptr<Module> TheModule(parseIRFile(IRFile, Err, Context));
116 if (!TheModule) {
128 Triple Tuple(TheModule->getTargetTriple());
134 TheModule->setTargetTriple(Tuple.getTriple());
139 TheJIT.reset(EngineBuilder(std::move(TheModule))
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 94 const Module *TheModule;
158 void setModule(const Module *M) { TheModule = M; }
159 const Module *getModule() const { return TheModule; }

Completed in 567 milliseconds

1 2 3 4 5