Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h987 return LibFunctions.getArrayRef(); in getLibFunctions()
996 bool isLibFunction(Function &F) const { return LibFunctions.count(&F); } in isLibFunction()
1168 SmallSetVector<Function *, 4> LibFunctions; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp128 for (auto *F : G->LibFunctions) in populateSlow()
168 LibFunctions.insert(&F); in LazyCallGraph()
214 LibFunctions(std::move(G.LibFunctions)) { in LazyCallGraph()
233 LibFunctions = std::move(G.LibFunctions); in operator =()