Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp40 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()
DCGStmt.cpp1203 if (!CGM.getCodeGenOpts().hasProfileClangInstr() && in EmitCaseStmt()
1250 if (CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitCaseStmt()
DBackendUtil.cpp481 if (CodeGenOpts.hasProfileClangInstr()) { in CreatePasses()
DCodeGenFunction.cpp922 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) { in EmitBlockWithFallThrough()
DCodeGenFunction.h979 if (CGM.getCodeGenOpts().hasProfileClangInstr()) in incrementProfileCounter()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h232 bool hasProfileClangInstr() const { in hasProfileClangInstr() function