Home
last modified time | relevance | path

Searched refs:addSplitRefRecursiveFunctions (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLazyCallGraph.h1088 void addSplitRefRecursiveFunctions(Function &OriginalFunction,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLazyCallGraph.h1088 void addSplitRefRecursiveFunctions(Function &OriginalFunction,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLazyCallGraph.h1088 void addSplitRefRecursiveFunctions(Function &OriginalFunction,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1088 void addSplitRefRecursiveFunctions(Function &OriginalFunction,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLazyCallGraph.h1088 void addSplitRefRecursiveFunctions(Function &OriginalFunction,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1688 void LazyCallGraph::addSplitRefRecursiveFunctions( in addSplitRefRecursiveFunctions() function in LazyCallGraph
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp2035 CG.addSplitRefRecursiveFunctions(N.getFunction(), Clones); in updateCallGraphAfterCoroutineSplit()