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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 659 struct InstrProfValueSiteRecord {
663 InstrProfValueSiteRecord() { ValueData.clear(); }
665 InstrProfValueSiteRecord(InputIterator F, InputIterator L)
678 /// Merge data from another InstrProfValueSiteRecord
680 void merge(InstrProfValueSiteRecord &Input, uint64_t Weight,
686 void overlap(InstrProfValueSiteRecord &Input, uint32_t ValueKind,
790 std::vector<InstrProfValueSiteRecord> IndirectCallSites;
791 std::vector<InstrProfValueSiteRecord> MemOPSizes;
795 MutableArrayRef<InstrProfValueSiteRecord>
803 const_cast<InstrProfValueSiteRecord *>(AR.data()), AR.size())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp 523 void InstrProfValueSiteRecord::overlap(InstrProfValueSiteRecord &Input,
563 std::vector<InstrProfValueSiteRecord> &ThisSiteRecords =
565 MutableArrayRef<InstrProfValueSiteRecord> OtherSiteRecords =
623 void InstrProfValueSiteRecord::merge(InstrProfValueSiteRecord &Input,
646 void InstrProfValueSiteRecord::scale(uint64_t N, uint64_t D,
669 std::vector<InstrProfValueSiteRecord> &ThisSiteRecords =
671 MutableArrayRef<InstrProfValueSiteRecord> OtherSiteRecords =
736 std::vector<InstrProfValueSiteRecord> &ValueSites
    [all...]

Completed in 18 milliseconds