Searched refs:promoteModule (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 142 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule() function 345 promoteModule(TheModule, Index); in ProcessThinLTOModule() 537 promoteModule(TheModule, Index); in promote()
|
/external/llvm-project/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 158 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule() function 437 promoteModule(TheModule, Index, ClearDSOLocalOnDeclarations); in ProcessThinLTOModule() 703 promoteModule(TheModule, Index, /*ClearDSOLocalOnDeclarations=*/false); in promote() 865 promoteModule(TheModule, Index, /*ClearDSOLocalOnDeclarations=*/false); in internalize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 154 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index) { in promoteModule() function 414 promoteModule(TheModule, Index); in ProcessThinLTOModule() 675 promoteModule(TheModule, Index); in promote() 834 promoteModule(TheModule, Index); in internalize()
|