OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertIntraSCCEdge
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
LazyCallGraph.h
268
void
insertIntraSCCEdge
(Node &CallerN, Node &CalleeN);
/external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp
649
SCC.
insertIntraSCCEdge
(A, C);
656
SCC.
insertIntraSCCEdge
(A, A);
/external/llvm/lib/Analysis/
LazyCallGraph.cpp
180
void LazyCallGraph::SCC::
insertIntraSCCEdge
(Node &CallerN, Node &CalleeN) {
Completed in 52 milliseconds