Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp35 if (PrintBarriers) { in printView()
39 if (PrintBarriers) { in printView()
49 if (PrintBarriers) { in printView()
84 if (PrintBarriers) { in printView()
H A DInstructionInfoView.h58 bool PrintBarriers; variable
89 PrintBarriers(ShouldPrintBarriers), LoweredInsts(LoweredInsts), IM(IM), in InstructionInfoView()