#include "CodeRegion.h"
namespace llvm {
namespace mca {
bool CodeRegion::isLocInRange(SMLoc Loc) const { … }
void CodeRegions::addInstruction(const MCInst &Instruction) { … }
AnalysisRegions::AnalysisRegions(llvm::SourceMgr &S) : … { … }
void AnalysisRegions::beginRegion(StringRef Description, SMLoc Loc) { … }
void AnalysisRegions::endRegion(StringRef Description, SMLoc Loc) { … }
InstrumentRegions::InstrumentRegions(llvm::SourceMgr &S) : … { … }
void InstrumentRegions::beginRegion(StringRef Description, SMLoc Loc,
UniqueInstrument I) { … }
void InstrumentRegions::endRegion(StringRef Description, SMLoc Loc) { … }
const SmallVector<Instrument *>
InstrumentRegions::getActiveInstruments(SMLoc Loc) const { … }
}
}