Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DSourceMgr.h29 using UniqueInst = std::unique_ptr<Instruction>; variable
30 ArrayRef<UniqueInst> Sequence;
36 SourceMgr(ArrayRef<UniqueInst> S, unsigned Iter) in SourceMgr()
49 using const_iterator = ArrayRef<UniqueInst>::const_iterator;