Home
last modified time | relevance | path

Searched refs:hasOutlinedHashTree (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenDataReader.h40 virtual bool hasOutlinedHashTree() const = 0;
127 bool hasOutlinedHashTree() const override { in hasOutlinedHashTree() function
167 bool hasOutlinedHashTree() const override { in hasOutlinedHashTree() function
H A DCodeGenData.h137 bool hasOutlinedHashTree() { in hasOutlinedHashTree() function
172 inline bool hasOutlinedHashTree() { in hasOutlinedHashTree() function
173 return CodeGenData::getInstance().hasOutlinedHashTree(); in hasOutlinedHashTree()
H A DCodeGenDataWriter.h89 bool hasOutlinedHashTree() const { in hasOutlinedHashTree() function
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenDataWriter.cpp129 if (hasOutlinedHashTree()) in writeImpl()
146 if (hasOutlinedHashTree()) in writeHeaderText()
162 if (hasOutlinedHashTree()) in writeText()
H A DCodeGenDataReader.cpp106 if (hasOutlinedHashTree()) { in read()
201 if (hasOutlinedHashTree()) in read()
H A DCodeGenData.cpp163 if (Reader->hasOutlinedHashTree()) in getInstance()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp671 assert(cgdata::hasOutlinedHashTree()); in getMatchedEntries()
1364 } else if (cgdata::hasOutlinedHashTree()) in initializeOutlinerMode()