Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp41 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in setFuncName()
804 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in assignRegionCounters()
952 if (!CGM.getCodeGenOpts().hasProfileClangInstr() || !RegionCounterMap) in emitCounterIncrement()
974 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in setValueProfilingFlag()
993 bool InstrumentValueSites = CGM.getCodeGenOpts().hasProfileClangInstr(); in valueProfile()
H A DCGStmt.cpp1533 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()
1584 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
H A DBackendUtil.cpp506 if (!CodeGenOpts.hasProfileClangInstr()) in getInstrProfOptions()
H A DCodeGenFunction.cpp1242 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitBlockWithFallThrough()
1608 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in EmitBranchToCounterBlock()
H A DCGExprScalar.cpp4336 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLAnd()
4452 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLOr()
H A DCodeGenFunction.h1529 if (CGM.getCodeGenOpts().hasProfileClangInstr() &&
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h444 bool hasProfileClangInstr() const { in hasProfileClangInstr() function