Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp44 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in setFuncName()
934 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in assignRegionCounters()
1120 return (CGM.getCodeGenOpts().hasProfileClangInstr() && in canEmitMCDCCoverage()
1222 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in setValueProfilingFlag()
1241 bool InstrumentValueSites = CGM.getCodeGenOpts().hasProfileClangInstr(); in valueProfile()
H A DCodeGenFunction.cpp1273 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitBlockWithFallThrough()
1608 if (!AllowLabels && CGM.getCodeGenOpts().hasProfileClangInstr() && in ConstantFoldsToSimpleInteger()
1666 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in EmitBranchToCounterBlock()
1865 bool MCDCCondition = CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitBranchOnBoolExpr()
H A DCGStmt.cpp1562 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()
1613 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
H A DBackendUtil.cpp501 if (!CodeGenOpts.hasProfileClangInstr()) in getInstrProfOptions()
H A DCodeGenFunction.h1541 if (CGM.getCodeGenOpts().hasProfileClangInstr() &&
1549 return (CGM.getCodeGenOpts().hasProfileClangInstr() &&
H A DCGExprScalar.cpp4557 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLAnd()
4697 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLOr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h483 bool hasProfileClangInstr() const { in hasProfileClangInstr() function