Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h60 ArrayRef<UniqueInst> LoweredInsts; variable
84 ArrayRef<UniqueInst> LoweredInsts, in InstructionInfoView()
/llvm-project/llvm/unittests/tools/llvm-mca/
H A DMCATestBase.cpp72 SmallVector<std::unique_ptr<mca::Instruction>> LoweredInsts; in runBaselineMCA() local