HomeSort by: relevance | last modified time | path
    Searched refs:InstrumentRegions (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 796 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr();
798 if (!InstrumentRegions && !PGOReader)
CGExprScalar.cpp 4260 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr();
4276 if (InstrumentRegions &&
4326 if (InstrumentRegions &&
4376 bool InstrumentRegions = CGF.CGM.getCodeGenOpts().hasProfileClangInstr();
4392 if (InstrumentRegions &&
4446 if (InstrumentRegions &&
CodeGenFunction.cpp 1534 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr();
1535 if (!InstrumentRegions || !isInstrumentedCondition(Cond))

Completed in 20 milliseconds