Home
last modified time | relevance | path

Searched refs:InstrumentRegions (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.h66 InstrumentRegions &Regions;
71 InstrumentRegionCommentConsumer(llvm::SourceMgr &SM, InstrumentRegions &R, in InstrumentRegionCommentConsumer()
124 InstrumentMCStreamer(MCContext &Context, mca::InstrumentRegions &R, in InstrumentMCStreamer()
175 InstrumentRegions Regions;
180 virtual Expected<const InstrumentRegions &>
263 Expected<const InstrumentRegions &>
271 return static_cast<const InstrumentRegions &>(*RegionsOrErr); in parseInstrumentRegions()
H A DCodeRegion.cpp115 InstrumentRegions::InstrumentRegions(llvm::SourceMgr &S) : CodeRegions(S) {} in InstrumentRegions() function in llvm::mca::InstrumentRegions
117 void InstrumentRegions::beginRegion(StringRef Description, SMLoc Loc, in beginRegion()
144 void InstrumentRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion()
163 InstrumentRegions::getActiveInstruments(SMLoc Loc) const { in getActiveInstruments()
H A DCodeRegion.h204 struct InstrumentRegions : public CodeRegions { struct
206 InstrumentRegions(llvm::SourceMgr &S);
H A Dllvm-mca.cpp514 Expected<const mca::InstrumentRegions &> InstrumentRegionsOrErr = in main()
527 const mca::InstrumentRegions &InstrumentRegions = *InstrumentRegionsOrErr; in main() local
530 if (!InstrumentRegions.isValid()) in main()
617 InstrumentRegions.getActiveInstruments(Loc); in main()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1023 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in assignRegionCounters() local
1025 if (!InstrumentRegions && !PGOReader) in assignRegionCounters()
H A DCGExprScalar.cpp4894 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLAnd() local
4916 if (InstrumentRegions && in VisitBinLAnd()
4978 if (InstrumentRegions && in VisitBinLAnd()
5034 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLOr() local
5056 if (InstrumentRegions && in VisitBinLOr()
5122 if (InstrumentRegions && in VisitBinLOr()
H A DCodeGenFunction.cpp1745 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in EmitBranchToCounterBlock() local
1746 if (!InstrumentRegions || !isInstrumentedCondition(Cond)) in EmitBranchToCounterBlock()