Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.h179 virtual void endRegion(llvm::StringRef Description, llvm::SMLoc Loc) = 0;
188 void endRegion(llvm::StringRef Description, llvm::SMLoc Loc) override;
198 void endRegion(llvm::StringRef Description, llvm::SMLoc Loc) override;
H A DCodeRegionGenerator.cpp95 Regions.endRegion(Comment, Loc); in HandleComment()
168 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()