Home
last modified time | relevance | path

Searched defs:Counts (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DTrigramIndex.h57 std::vector<unsigned> Counts; variable
DTrailingObjects.h314 additionalSizeToAlloc(typename trailing_objects_internal::ExtractSecondType< in additionalSizeToAlloc()
326 totalSizeToAlloc(typename trailing_objects_internal::ExtractSecondType< in totalSizeToAlloc()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp29 MapVector<std::pair<Function *, Function *>, uint64_t> &Counts) { in addModuleFlags()
52 MapVector<std::pair<Function *, Function *>, uint64_t> Counts; in runCGProfilePass() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp101 DenseMap<Function *, Scaled64> Counts; in run() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp47 CountMap Counts; in tryToreplicateChunks() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DInstrProfReader.cpp930 std::vector<uint64_t> &Counts) { in getFunctionCounts()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp245 std::vector<uint64_t> Counts; in loadFunctionRecord() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp1848 auto AddCount = [](auto &Counts, const auto &Val) { in LowerBUILD_VECTOR()
1858 auto GetMostCommon = [](auto &Counts) { in LowerBUILD_VECTOR()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h692 std::vector<uint64_t> Counts; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h329 void setCounts(ArrayRef<uint64_t> Counts) { CounterValues = Counts; } in setCounts()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp1374 CMap Counts; in assignInits() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp2193 OpInfoTy Counts, SharedCounts; in emitRemarks() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DVerifier.cpp2236 for (auto &Counts : FrameEscapeInfo) { in verifyFrameRecoverIndices() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp7341 MapNonContiguousArrayTy Counts; member