Home
last modified time | relevance | path

Searched refs:addNewFunctionIntoRefSCC (Results 1 – 10 of 10) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1066 void addNewFunctionIntoRefSCC(Function &NewF, RefSCC &RC);
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DLazyCallGraph.h1066 void addNewFunctionIntoRefSCC(Function &NewF, RefSCC &RC);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1572 void LazyCallGraph::addNewFunctionIntoRefSCC(Function &NewF, RefSCC &RC) { in addNewFunctionIntoRefSCC() function in LazyCallGraph
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DLazyCallGraph.cpp1572 void LazyCallGraph::addNewFunctionIntoRefSCC(Function &NewF, RefSCC &RC) { in addNewFunctionIntoRefSCC() function in LazyCallGraph
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp1746 CG.addNewFunctionIntoRefSCC(*G, C.getOuterRefSCC()); in TEST_F()
H A DLazyCallGraphTest.cpp2242 CG.addNewFunctionIntoRefSCC(*G, FSCC->getOuterRefSCC()); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1492 CG.addNewFunctionIntoRefSCC(*Clone, C.getOuterRefSCC()); in updateCallGraphAfterCoroutineSplit()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp1746 CG.addNewFunctionIntoRefSCC(*G, C.getOuterRefSCC()); in TEST_F()
H A DLazyCallGraphTest.cpp2242 CG.addNewFunctionIntoRefSCC(*G, FSCC->getOuterRefSCC()); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1492 CG.addNewFunctionIntoRefSCC(*Clone, C.getOuterRefSCC()); in updateCallGraphAfterCoroutineSplit()