Home
last modified time | relevance | path

Searched refs:endRegion (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h192 virtual void endRegion(llvm::StringRef Description, llvm::SMLoc Loc) = 0;
201 void endRegion(llvm::StringRef Description, llvm::SMLoc Loc) override;
211 void endRegion(llvm::StringRef Description, llvm::SMLoc Loc) override;
H A DCodeRegionGenerator.cpp103 Regions.endRegion(Comment, Loc); in HandleComment()
176 Regions.endRegion(InstrumentKind, Loc); in HandleComment()
H A DCodeRegion.cpp75 void AnalysisRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion() function in llvm::mca::AnalysisRegions
144 void InstrumentRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion() function in llvm::mca::InstrumentRegions
H A DCodeRegionGenerator.h137 Regions.endRegion(InstrumentKind, Inst.getLoc()); in emitInstruction()