HomeSort by relevance Sort by last modified time
    Searched refs:TotalC (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
CGProfile.cpp 59 uint64_t TotalC;
62 ActualNumValueData, TotalC))
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 265 uint32_t &ActualNumValueData, uint64_t &TotalC);
594 /// Return the array of profiled values at \p Site. If \p TotalC
596 /// will be stored in \c *TotalC.
599 uint64_t *TotalC = 0) const;
698 uint64_t *TotalC) const {
700 uint64_t &TotalCount = (TotalC == 0 ? Dummy : *TotalC);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
InstrProf.h 262 uint32_t &ActualNumValueData, uint64_t &TotalC);
661 /// Return the array of profiled values at \p Site. If \p TotalC
663 /// will be stored in \c *TotalC.
666 uint64_t *TotalC = nullptr) const;
802 uint64_t *TotalC) const {
804 uint64_t &TotalCount = (TotalC == nullptr ? Dummy : *TotalC);
    [all...]
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 247 uint64_t TotalC;
249 R->getValueForSite(IPVK_IndirectCallTarget, 0, &TotalC);
254 ASSERT_EQ(6U, TotalC);
390 uint64_t TotalC;
392 R->getValueForSite(IPVK_IndirectCallTarget, 0, &TotalC);
396 ASSERT_EQ(60U, TotalC);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
InstrProfTest.cpp 260 uint64_t TotalC;
262 R->getValueForSite(IPVK_IndirectCallTarget, 0, &TotalC);
267 ASSERT_EQ(6U, TotalC);
400 uint64_t TotalC;
402 R->getValueForSite(IPVK_IndirectCallTarget, 0, &TotalC);
406 ASSERT_EQ(60U, TotalC);
    [all...]
  /external/llvm/lib/ProfileData/
InstrProf.cpp 719 uint32_t &ActualNumValueData, uint64_t &TotalC) {
748 TotalC = TotalCInt->getZExtValue();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProf.cpp 861 uint32_t &ActualNumValueData, uint64_t &TotalC) {
890 TotalC = TotalCInt->getZExtValue();
    [all...]

Completed in 549 milliseconds