Searched refs:hasProfileClangInstr (Results 1 – 7 of 7) sorted by relevance
41 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()
1533 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()1584 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
506 if (!CodeGenOpts.hasProfileClangInstr()) in getInstrProfOptions()
1242 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitBlockWithFallThrough()1608 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in EmitBranchToCounterBlock()
4336 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLAnd()4452 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLOr()
1529 if (CGM.getCodeGenOpts().hasProfileClangInstr() &&
444 bool hasProfileClangInstr() const { in hasProfileClangInstr() function