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()
164 bool InstrEntryBBEnabled = false; variable181 bool instrEntryBBEnabled() const override { return InstrEntryBBEnabled; } in instrEntryBBEnabled()
1145 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()
1140 bool InstrEntryBBEnabled) { in createIRLevelProfileFlagVar() argument1146 if (InstrEntryBBEnabled) in createIRLevelProfileFlagVar()
178 InstrEntryBBEnabled = IsEntryFirst; in readHeader()