Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp347 bool IsDestSampled = in addTemporalProfileTraces() local
350 if (!IsDestSampled && IsSrcSampled) { in addTemporalProfileTraces()
354 std::swap(IsDestSampled, IsSrcSampled); in addTemporalProfileTraces()