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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1534 bool InstrumentRegions = CGM.getCodeGenOpts().hasProfileClangInstr();
1535 if (!InstrumentRegions || !isInstrumentedCondition(Cond))
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 &&

Completed in 22 milliseconds