Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h64 const InstToInstrumentsT &InstToInstruments; variable
86 const InstToInstrumentsT &InstToInstruments) in InstructionInfoView() argument
90 InstToInstruments(InstToInstruments) {} in InstructionInfoView()
H A DInstructionInfoView.cpp122 auto IVecIt = InstToInstruments.find(&Inst); in collectData()
124 IVecIt == InstToInstruments.end() in collectData()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp575 InstToInstruments; in main() local
581 InstToInstruments.insert({&MCI, Instruments}); in main()
627 ShowBarriers, *IM, InstToInstruments)); in main()
704 ShowBarriers, *IM, InstToInstruments)); in main()