Home
last modified time | relevance | path

Searched defs:InstRef (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp74 void SchedulerStatistics::onReservedBuffers(const InstRef & /* unused */, in onReservedBuffers()
83 void SchedulerStatistics::onReleasedBuffers(const InstRef & /* unused */, in onReleasedBuffers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DEntryStage.cpp42 llvm::Error EntryStage::execute(InstRef & /*unused */) { in execute() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DStage.h25 class InstRef; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h567 InstRef() : Data(std::make_pair(0, nullptr)) {} in InstRef() function
568 InstRef(unsigned Index, Instruction *I) : Data(std::make_pair(Index, I)) {} in InstRef() function