Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp41 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in setFuncName()
796 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in assignRegionCounters()
944 if (!CGM.getCodeGenOpts().hasProfileClangInstr() || !RegionCounterMap) in emitCounterIncrement()
966 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in setValueProfilingFlag()
985 bool InstrumentValueSites = CGM.getCodeGenOpts().hasProfileClangInstr(); in valueProfile()
H A DCGStmt.cpp1419 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()
1470 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
H A DCodeGenFunction.cpp1208 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitBlockWithFallThrough()
1534 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in EmitBranchToCounterBlock()
H A DBackendUtil.cpp623 if (!CodeGenOpts.hasProfileClangInstr()) in getInstrProfOptions()
H A DCGExprScalar.cpp4260 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLAnd()
4376 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLOr()
H A DCodeGenFunction.h1487 if (CGM.getCodeGenOpts().hasProfileClangInstr() &&
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h418 bool hasProfileClangInstr() const { in hasProfileClangInstr() function