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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfWriter.h 43 bool InstrEntryBBEnabled;
48 InstrProfWriter(bool Sparse = false, bool InstrEntryBBEnabled = false);
105 void setInstrEntryBBEnabled(bool Enabled) { InstrEntryBBEnabled = Enabled; }
InstrProfReader.h 93 virtual bool instrEntryBBEnabled() const = 0;
164 bool InstrEntryBBEnabled = false;
181 bool instrEntryBBEnabled() const override { return InstrEntryBBEnabled; }
243 bool instrEntryBBEnabled() const override {
383 virtual bool instrEntryBBEnabled() const = 0;
432 bool instrEntryBBEnabled() const override {
490 bool instrEntryBBEnabled() const override {
491 return Index->instrEntryBBEnabled();
InstrProf.h 1145 bool InstrEntryBBEnabled);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 168 InstrProfWriter::InstrProfWriter(bool Sparse, bool InstrEntryBBEnabled)
169 : Sparse(Sparse), InstrEntryBBEnabled(InstrEntryBBEnabled),
312 if (InstrEntryBBEnabled)
477 if (InstrEntryBBEnabled)
InstrProf.cpp 1140 bool InstrEntryBBEnabled) {
1146 if (InstrEntryBBEnabled)
InstrProfReader.cpp 178 InstrEntryBBEnabled = IsEntryFirst;

Completed in 25 milliseconds