Home
last modified time | relevance | path

Searched refs:getOutlinedHashTree (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenData.h146 const OutlinedHashTree *getOutlinedHashTree() { in getOutlinedHashTree() function
180 inline const OutlinedHashTree *getOutlinedHashTree() { in getOutlinedHashTree() function
181 return CodeGenData::getInstance().getOutlinedHashTree(); in getOutlinedHashTree()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp672 const auto *RootNode = cgdata::getOutlinedHashTree()->getRoot(); in getMatchedEntries()