Searched refs:hasProfileClangInstr (Results 1 – 7 of 7) sorted by relevance
41 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()
1419 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()1470 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
1208 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitBlockWithFallThrough()1534 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in EmitBranchToCounterBlock()
623 if (!CodeGenOpts.hasProfileClangInstr()) in getInstrProfOptions()
4260 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLAnd()4376 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLOr()
1487 if (CGM.getCodeGenOpts().hasProfileClangInstr() &&
418 bool hasProfileClangInstr() const { in hasProfileClangInstr() function