Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h997 return LibFunctions.getArrayRef(); in getLibFunctions()
1006 bool isLibFunction(Function &F) const { return LibFunctions.count(&F); } in isLibFunction()
1140 SmallSetVector<Function *, 4> LibFunctions; variable
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyCallGraph.cpp128 for (auto *F : G->LibFunctions) in populateSlow()
164 LibFunctions.insert(&F); in LazyCallGraph()
197 LibFunctions(std::move(G.LibFunctions)) { in LazyCallGraph()
207 LibFunctions = std::move(G.LibFunctions); in operator =()