Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h48 uint64_t MaxTemporalProfTraceLength; variable
100 uint64_t MaxTemporalProfTraceLength = 0,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp126 uint64_t MaxTemporalProfTraceLength, bool WritePrevVersion, in InstrProfWriter() argument
130 : Sparse(Sparse), MaxTemporalProfTraceLength(MaxTemporalProfTraceLength), in InstrProfWriter()
335 assert(Trace.FunctionNameRefs.size() <= MaxTemporalProfTraceLength); in addTemporalProfileTrace()
354 if (Trace.FunctionNameRefs.size() > MaxTemporalProfTraceLength) in addTemporalProfileTraces()
355 Trace.FunctionNameRefs.resize(MaxTemporalProfTraceLength); in addTemporalProfileTraces()