Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLazyCallGraph.cpp125 for (auto *F : G->LibFunctions) in populateSlow()
165 LibFunctions.insert(&F); in LazyCallGraph()
210 SCCMap(std::move(G.SCCMap)), LibFunctions(std::move(G.LibFunctions)) { in LazyCallGraph()
228 LibFunctions = std::move(G.LibFunctions); in operator =()
1473 G->LibFunctions.remove(&OldF); in replaceNodeFunction()
1474 G->LibFunctions.insert(&NewF); in replaceNodeFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyCallGraph.cpp127 for (auto *F : G->LibFunctions) in populateSlow()
164 LibFunctions.insert(&F); in LazyCallGraph()
210 LibFunctions(std::move(G.LibFunctions)) { in LazyCallGraph()
220 LibFunctions = std::move(G.LibFunctions); in operator =()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLazyCallGraph.h1007 return LibFunctions.getArrayRef(); in getLibFunctions()
1016 bool isLibFunction(Function &F) const { return LibFunctions.count(&F); } in isLibFunction()
1150 SmallSetVector<Function *, 4> LibFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLazyCallGraph.h1007 return LibFunctions.getArrayRef(); in getLibFunctions()
1016 bool isLibFunction(Function &F) const { return LibFunctions.count(&F); } in isLibFunction()
1150 SmallSetVector<Function *, 4> LibFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLazyCallGraph.h1007 return LibFunctions.getArrayRef(); in getLibFunctions()
1016 bool isLibFunction(Function &F) const { return LibFunctions.count(&F); } in isLibFunction()
1150 SmallSetVector<Function *, 4> LibFunctions; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1007 return LibFunctions.getArrayRef(); in getLibFunctions()
1016 bool isLibFunction(Function &F) const { return LibFunctions.count(&F); } in isLibFunction()
1150 SmallSetVector<Function *, 4> LibFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLazyCallGraph.h1007 return LibFunctions.getArrayRef(); in getLibFunctions()
1016 bool isLibFunction(Function &F) const { return LibFunctions.count(&F); } in isLibFunction()
1150 SmallSetVector<Function *, 4> LibFunctions; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h998 return LibFunctions.getArrayRef(); in getLibFunctions()
1007 bool isLibFunction(Function &F) const { return LibFunctions.count(&F); } in isLibFunction()
1155 SmallSetVector<Function *, 4> LibFunctions; variable