Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h25 typedef std::pair<unsigned, const Instruction &> SourceRef; typedef
48 virtual SourceRef peekNext() const = 0;
77 SourceRef peekNext() const override { in peekNext()
79 return SourceRef(Current, *Sequence[Current % Sequence.size()]); in peekNext()
H A DIncrementalSourceMgr.h64 SourceRef peekNext() const override { in peekNext()
66 return SourceRef(TotalCounter, *Staging.front()); in peekNext()
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp39 SourceRef SR = SM.peekNext(); in getNextInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DOrc.h717 LLVMOrcJITDylibRef SourceRef, LLVMOrcCSymbolAliasMapPairs CallableAliases,