Searched refs:InstrumentRegions (Results 1 – 7 of 7) sorted by relevance
66 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()
115 InstrumentRegions::InstrumentRegions(llvm::SourceMgr &S) : CodeRegions(S) {} in InstrumentRegions() function in llvm::mca::InstrumentRegions117 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()
204 struct InstrumentRegions : public CodeRegions { struct206 InstrumentRegions(llvm::SourceMgr &S);
514 Expected<const mca::InstrumentRegions &> InstrumentRegionsOrErr = in main()527 const mca::InstrumentRegions &InstrumentRegions = *InstrumentRegionsOrErr; in main() local530 if (!InstrumentRegions.isValid()) in main()617 InstrumentRegions.getActiveInstruments(Loc); in main()
1023 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in assignRegionCounters() local1025 if (!InstrumentRegions && !PGOReader) in assignRegionCounters()
4894 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLAnd() local4916 if (InstrumentRegions && in VisitBinLAnd()4978 if (InstrumentRegions && in VisitBinLAnd()5034 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLOr() local5056 if (InstrumentRegions && in VisitBinLOr()5122 if (InstrumentRegions && in VisitBinLOr()
1745 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in EmitBranchToCounterBlock() local1746 if (!InstrumentRegions || !isInstrumentedCondition(Cond)) in EmitBranchToCounterBlock()