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.h61 ArrayRef<UniqueInst> LoweredInsts; variable
94 ArrayRef<UniqueInst> LoweredInsts, in InstructionInfoView() argument
101 LoweredInsts(LoweredInsts), IM(IM), in InstructionInfoView()
H A DInstructionInfoView.cpp162 FOS << (LoweredInsts[Index]->isALoadBarrier() ? "*" : " "); in printView()
164 FOS << (LoweredInsts[Index]->isAStoreBarrier() ? "*" : " "); in printView()