HomeSort by: relevance | last modified time | path
    Searched defs:InstrEntryBBEnabled (Results 1 - 2 of 2) 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();

Completed in 17 milliseconds