Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp796 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in assignRegionCounters() local
798 if (!InstrumentRegions && !PGOReader) in assignRegionCounters()
H A DCGExprScalar.cpp4260 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLAnd() local
4276 if (InstrumentRegions && in VisitBinLAnd()
4326 if (InstrumentRegions && in VisitBinLAnd()
4376 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLOr() local
4392 if (InstrumentRegions && in VisitBinLOr()
4446 if (InstrumentRegions && in VisitBinLOr()
H A DCodeGenFunction.cpp1534 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in EmitBranchToCounterBlock() local
1535 if (!InstrumentRegions || !isInstrumentedCondition(Cond)) in EmitBranchToCounterBlock()