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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h 54 bool IsThinLTO;
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
HIP.cpp 52 bool IsThinLTO = D.getLTOMode(/*IsOffload=*/true) == LTOK_Thin;
53 addLTOOptions(TC, Args, LldArgs, Output, Inputs[0], IsThinLTO);
72 if (IsThinLTO)
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp 241 bool IsThinLTO,
275 if (IsThinLTO) {
392 if (IsThinLTO) {
737 bool IsThinLTO = true;
740 IsThinLTO = MD->getZExtValue();
762 CantBePromoted, IsThinLTO, GetSSICallback);
802 if (!IsThinLTO) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1323 bool IsThinLTO = CodeGenOpts.PrepareForThinLTO;
1403 MPM = PB.buildO0DefaultPipeline(Level, IsLTO || IsThinLTO);
1404 } else if (IsThinLTO) {
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 3899 bool IsThinLTO = true;
3902 IsThinLTO = MD->getZExtValue();
3903 Stream.EnterSubblock(IsThinLTO ? bitc::GLOBALVAL_SUMMARY_BLOCK_ID

Completed in 32 milliseconds