Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h64 const InstToInstrumentsT &InstToInstruments; variable
86 const InstToInstrumentsT &InstToInstruments) in InstructionInfoView()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp611 DenseMap<const MCInst *, SmallVector<mca::Instrument *>> InstToInstruments; in main() local