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.h45 uint64_t MaxTemporalProfTraceLength; variable
84 uint64_t MaxTemporalProfTraceLength = 0, bool WritePrevVersion = false,
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp186 uint64_t MaxTemporalProfTraceLength, bool WritePrevVersion, in InstrProfWriter() argument
188 : Sparse(Sparse), MaxTemporalProfTraceLength(MaxTemporalProfTraceLength), in InstrProfWriter()
323 assert(Trace.FunctionNameRefs.size() <= MaxTemporalProfTraceLength); in addTemporalProfileTrace()
342 if (Trace.FunctionNameRefs.size() > MaxTemporalProfTraceLength) in addTemporalProfileTraces()
343 Trace.FunctionNameRefs.resize(MaxTemporalProfTraceLength); in addTemporalProfileTraces()