Searched refs:hasProfileClangInstr (Results 1 – 7 of 7) sorted by relevance
44 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()
1273 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()
1562 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()1613 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
501 if (!CodeGenOpts.hasProfileClangInstr()) in getInstrProfOptions()
1541 if (CGM.getCodeGenOpts().hasProfileClangInstr() &&1549 return (CGM.getCodeGenOpts().hasProfileClangInstr() &&
4557 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLAnd()4697 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr(); in VisitBinLOr()
483 bool hasProfileClangInstr() const { in hasProfileClangInstr() function