Home
last modified time | relevance | path

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

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