Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h999 return LibFunctions.getArrayRef(); in getLibFunctions()
1008 bool isLibFunction(Function &F) const { return LibFunctions.count(&F); } in isLibFunction()
1142 SmallSetVector<Function *, 4> LibFunctions; variable
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyCallGraph.cpp130 for (auto *F : G->LibFunctions) in populateSlow()
170 LibFunctions.insert(&F); in LazyCallGraph()
216 LibFunctions(std::move(G.LibFunctions)) { in LazyCallGraph()
234 LibFunctions = std::move(G.LibFunctions); in operator =()