Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp141 std::make_unique<InstrumentRegion>(Description, Loc, std::move(I))); in beginRegion()
167 InstrumentRegion *IR = static_cast<InstrumentRegion *>(R.get()); in getActiveInstruments()
H A DCodeRegion.h131 class InstrumentRegion : public CodeRegion {
136 InstrumentRegion(llvm::StringRef Desc, llvm::SMLoc Start, UniqueInstrument I) in InstrumentRegion() function