Home
last modified time | relevance | path

Searched refs:ProfileRecord (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp483 InstrProfRecord &getProfileRecord() { return ProfileRecord; } in getProfileRecord()
501 InstrProfRecord ProfileRecord; member in __anon10d6878d0211::PGOUseFunc
613 ProfileRecord = std::move(Result.get()); in readCounters()
614 std::vector<uint64_t> &CountFromProfile = ProfileRecord.Counts; in readCounters()
765 ProfileRecord.getNumValueSites(IPVK_IndirectCallTarget); in annotateIndirectCallSites()
780 annotateValueSite(*M, *I, ProfileRecord, IPVK_IndirectCallTarget, in annotateIndirectCallSites()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp884 InstrProfRecord &getProfileRecord() { return ProfileRecord; } in getProfileRecord()
921 InstrProfRecord ProfileRecord; member in __anoncbdd98c50411::PGOUseFunc
1041 ProfileRecord = std::move(Result.get()); in readCounters()
1042 std::vector<uint64_t> &CountFromProfile = ProfileRecord.Counts; in readCounters()
1325 unsigned NumValueSites = ProfileRecord.getNumValueSites(Kind); in annotateValueSites()
1340 annotateValueSite(*M, *I, ProfileRecord, in annotateValueSites()