Searched refs:ProfileVersion (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp164 uint64_t ProfileVersion; member in struct:__anon543::MapRegionCounters
166 MapRegionCounters(PGOHashVersion HashVersion, uint64_t ProfileVersion, argument
169 ProfileVersion(ProfileVersion) {}
214 if (ProfileVersion >= llvm::IndexedInstrProf::Version7)
835 uint64_t ProfileVersion = llvm::IndexedInstrProf::Version; local
838 ProfileVersion = PGOReader->getVersion();
842 MapRegionCounters Walker(HashVersion, ProfileVersion, *RegionCounterMap);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1143 uint64_t ProfileVersion = (INSTR_PROF_RAW_VERSION | VARIANT_MASK_IR_PROF); local
1145 ProfileVersion |= VARIANT_MASK_CSIR_PROF;
1147 ProfileVersion |= VARIANT_MASK_INSTR_ENTRY;
1150 Constant::getIntegerValue(IntTy64, APInt(64, ProfileVersion)), VarName);

Completed in 192 milliseconds