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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 164 uint64_t ProfileVersion;
166 MapRegionCounters(PGOHashVersion HashVersion, uint64_t ProfileVersion,
169 ProfileVersion(ProfileVersion) {}
214 if (ProfileVersion >= llvm::IndexedInstrProf::Version7)
835 uint64_t ProfileVersion = llvm::IndexedInstrProf::Version;
838 ProfileVersion = PGOReader->getVersion();
842 MapRegionCounters Walker(HashVersion, ProfileVersion, *RegionCounterMap);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 1143 uint64_t ProfileVersion = (INSTR_PROF_RAW_VERSION | VARIANT_MASK_IR_PROF);
1145 ProfileVersion |= VARIANT_MASK_CSIR_PROF;
1147 ProfileVersion |= VARIANT_MASK_INSTR_ENTRY;
1150 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName);

Completed in 17 milliseconds