Home
last modified time | relevance | path

Searched refs:UniqueInst (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h30 using UniqueInst = std::unique_ptr<Instruction>; member
33 virtual ArrayRef<UniqueInst> getInstructions() const = 0;
60 ArrayRef<UniqueInst> Sequence;
66 CircularSourceMgr(ArrayRef<UniqueInst> S, unsigned Iter) in CircularSourceMgr()
69 ArrayRef<UniqueInst> getInstructions() const override { return Sequence; } in getInstructions()
H A DIncrementalSourceMgr.h31 std::deque<UniqueInst> InstStorage;
57 ArrayRef<UniqueInst> getInstructions() const override { in getInstructions()
70 void addInst(UniqueInst &&Inst) { in addInst()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h59 using UniqueInst = std::unique_ptr<Instruction>; variable
60 ArrayRef<UniqueInst> LoweredInsts;
84 ArrayRef<UniqueInst> LoweredInsts, in InstructionInfoView()