Searched refs:InstrEntryBBEnabled (Results 1 – 6 of 6) sorted by relevance
43 bool InstrEntryBBEnabled; variable48 InstrProfWriter(bool Sparse = false, bool InstrEntryBBEnabled = false);105 void setInstrEntryBBEnabled(bool Enabled) { InstrEntryBBEnabled = Enabled; } in setInstrEntryBBEnabled()
167 bool InstrEntryBBEnabled = false; variable184 bool instrEntryBBEnabled() const override { return InstrEntryBBEnabled; } in instrEntryBBEnabled()
1147 bool InstrEntryBBEnabled);
168 InstrProfWriter::InstrProfWriter(bool Sparse, bool InstrEntryBBEnabled) in InstrProfWriter() argument169 : Sparse(Sparse), InstrEntryBBEnabled(InstrEntryBBEnabled), in InstrProfWriter()312 if (InstrEntryBBEnabled) in writeImpl()477 if (InstrEntryBBEnabled) in writeText()
1141 bool InstrEntryBBEnabled) { in createIRLevelProfileFlagVar() argument1147 if (InstrEntryBBEnabled) in createIRLevelProfileFlagVar()
178 InstrEntryBBEnabled = IsEntryFirst; in readHeader()