Home
last modified time | relevance | path

Searched refs:InstrEntryBBEnabled (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h43 bool InstrEntryBBEnabled; variable
48 InstrProfWriter(bool Sparse = false, bool InstrEntryBBEnabled = false);
105 void setInstrEntryBBEnabled(bool Enabled) { InstrEntryBBEnabled = Enabled; } in setInstrEntryBBEnabled()
H A DInstrProfReader.h164 bool InstrEntryBBEnabled = false; variable
181 bool instrEntryBBEnabled() const override { return InstrEntryBBEnabled; } in instrEntryBBEnabled()
H A DInstrProf.h1145 bool InstrEntryBBEnabled);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp168 InstrProfWriter::InstrProfWriter(bool Sparse, bool InstrEntryBBEnabled) in InstrProfWriter() argument
169 : Sparse(Sparse), InstrEntryBBEnabled(InstrEntryBBEnabled), in InstrProfWriter()
312 if (InstrEntryBBEnabled) in writeImpl()
477 if (InstrEntryBBEnabled) in writeText()
H A DInstrProf.cpp1140 bool InstrEntryBBEnabled) { in createIRLevelProfileFlagVar() argument
1146 if (InstrEntryBBEnabled) in createIRLevelProfileFlagVar()
H A DInstrProfReader.cpp178 InstrEntryBBEnabled = IsEntryFirst; in readHeader()