Searched refs:NotEligibleToImport (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndexYAML.h | 140 bool NotEligibleToImport, Live, IsLocal; 181 io.mapOptional("NotEligibleToImport", summary.NotEligibleToImport); 227 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal), 246 static_cast<bool>(FSum->flags().NotEligibleToImport),
|
D | ModuleSummaryIndex.h | 251 unsigned NotEligibleToImport : 1; 266 bool NotEligibleToImport, bool Live, bool IsLocal) 267 : Linkage(Linkage), NotEligibleToImport(NotEligibleToImport), 339 bool notEligibleToImport() const { return Flags.NotEligibleToImport; } 350 void setNotEligibleToImport() { Flags.NotEligibleToImport = true; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | thinlto-asm-noimport.ll | 11 ; NotEligibleToImport
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LowerTypeTests/ |
D | import-unsat.ll | 8 ; SUMMARY-NEXT: NotEligibleToImport: false
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/ |
D | import-indir.ll | 8 ; SUMMARY-NEXT: NotEligibleToImport: false
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 300 else if (Flags.NotEligibleToImport) in exportToDot()
|
D | AsmWriter.cpp | 2974 Out << ", notEligibleToImport: " << GVFlags.NotEligibleToImport; in printSummary()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 890 bool NotEligibleToImport = (RawFlags & 0x1) || Version < 3; in getDecodedGVSummaryFlags() local 897 return GlobalValueSummary::GVFlags(Linkage, NotEligibleToImport, Live, Local); in getDecodedGVSummaryFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 979 RawFlags |= Flags.NotEligibleToImport; // bool in getEncodedGVSummaryFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 8102 GVFlags.NotEligibleToImport = Flag; in ParseGVFlags()
|