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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
PGOInstrumentation.h 49 PGOInstrumentationGen(bool IsCS = false) : IsCS(IsCS) {}
54 bool IsCS;
61 std::string RemappingFilename = "", bool IsCS = false);
69 bool IsCS;
InstrProfiling.h 37 InstrProfiling() : IsCS(false) {}
38 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false)
39 : Options(Options), IsCS(IsCS) {}
67 bool IsCS;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 402 PGOInstrumentationGenLegacyPass(bool IsCS = false)
403 : ModulePass(ID), IsCS(IsCS) {
412 bool IsCS;
426 PGOInstrumentationUseLegacyPass(std::string Filename = "", bool IsCS = false)
427 : ModulePass(ID), ProfileFileName(std::move(Filename)), IsCS(IsCS) {
439 bool IsCS;
465 createIRLevelProfileFlagVar(M, /* IsCS */ true, PGOInstrumentEntry);
483 ModulePass *llvm::createPGOInstrumentationGenLegacyPass(bool IsCS) {
    [all...]

Completed in 49 milliseconds