Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h60 ArrayRef<UniqueInst> LoweredInsts; variable
84 ArrayRef<UniqueInst> LoweredInsts, in InstructionInfoView() argument
89 PrintBarriers(ShouldPrintBarriers), LoweredInsts(LoweredInsts), IM(IM), in InstructionInfoView()
H A DInstructionInfoView.cpp85 TempStream << (LoweredInsts[Index]->isALoadBarrier() ? " * " in printView()
87 TempStream << (LoweredInsts[Index]->isAStoreBarrier() ? " * " in printView()