Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp107 bool HasColors = OS.has_colors(); in printSchedulerStats() local
111 if (NumIssued == It->first && HasColors) in printSchedulerStats()
117 if (HasColors) in printSchedulerStats()
138 bool HasColors = FOS.has_colors(); in printSchedulerUsage() local
152 if (HasColors && NormalizedAvg >= NormalizedThreshold) in printSchedulerUsage()
155 if (HasColors) in printSchedulerUsage()
158 if (HasColors && in printSchedulerUsage()
162 if (HasColors) in printSchedulerUsage()
H A DBottleneckAnalysis.cpp321 bool HasColors = FOS.has_colors(); in printCriticalSequence() local
326 printInstruction(FOS, Source[FromIID], HasColors); in printCriticalSequence()
336 printInstruction(FOS, Source[CurrentIID], HasColors); in printCriticalSequence()
352 printInstruction(FOS, Source[CurrentIID], HasColors); in printCriticalSequence()
356 printInstruction(FOS, Source[ToIID], HasColors); in printCriticalSequence()
361 if (HasColors) in printCriticalSequence()
366 if (HasColors) in printCriticalSequence()
375 if (HasColors) in printCriticalSequence()
378 if (HasColors) { in printCriticalSequence()
385 if (HasColors) in printCriticalSequence()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp867 if (!HasColors) in has_colors()
868 HasColors = sys::Process::FileDescriptorHasColors(FD); in has_colors()
869 return *HasColors; in has_colors()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h465 mutable std::optional<bool> HasColors; variable