Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp107 bool HasColors = OS.has_colors(); in printSchedulerStats() local
112 if (NumIssued == It->first && HasColors) in printSchedulerStats()
118 if (HasColors) in printSchedulerStats()
139 bool HasColors = FOS.has_colors(); in printSchedulerUsage() local
153 if (HasColors && NormalizedAvg >= NormalizedThreshold) in printSchedulerUsage()
156 if (HasColors) in printSchedulerUsage()
159 if (HasColors && in printSchedulerUsage()
163 if (HasColors) in printSchedulerUsage()
H A DBottleneckAnalysis.cpp320 bool HasColors = FOS.has_colors(); in printCriticalSequence() local
325 printInstruction(FOS, Source[FromIID], HasColors); in printCriticalSequence()
335 printInstruction(FOS, Source[CurrentIID], HasColors); in printCriticalSequence()
351 printInstruction(FOS, Source[CurrentIID], HasColors); in printCriticalSequence()
355 printInstruction(FOS, Source[ToIID], HasColors); in printCriticalSequence()
360 if (HasColors) in printCriticalSequence()
365 if (HasColors) in printCriticalSequence()
374 if (HasColors) in printCriticalSequence()
377 if (HasColors) { in printCriticalSequence()
384 if (HasColors) in printCriticalSequence()
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp859 if (!HasColors) in has_colors()
860 HasColors = sys::Process::FileDescriptorHasColors(FD); in has_colors()
861 return *HasColors; in has_colors()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProcess.inc373 bool HasColors = colors_ti >= 0 ? colors_ti : checkTerminalEnvironmentForColors();
381 return HasColors;
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h449 mutable Optional<bool> HasColors; variable