Searched refs:hasProfileClangInstr (Results 1 – 6 of 6) sorted by relevance
40 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in setFuncName()616 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr(); in assignRegionCounters()737 if (!CGM.getCodeGenOpts().hasProfileClangInstr() || !RegionCounterMap) in emitCounterIncrement()765 bool InstrumentValueSites = CGM.getCodeGenOpts().hasProfileClangInstr(); in valueProfile()
1203 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()1250 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
481 if (CodeGenOpts.hasProfileClangInstr()) { in CreatePasses()
922 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitBlockWithFallThrough()
979 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in incrementProfileCounter()
232 bool hasProfileClangInstr() const { in hasProfileClangInstr() function