reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/LazyCallGraph.h
  696     bool switchInternalEdgeToCall(

References

lib/Analysis/CGSCCPassManager.cpp
  630     bool FormedCycle = RC->switchInternalEdgeToCall(
unittests/Analysis/LazyCallGraphTest.cpp
 1289   EXPECT_TRUE(RC.switchInternalEdgeToCall(A, C, [&](ArrayRef<LazyCallGraph::SCC *> MergedCs) {
 1669   EXPECT_FALSE(RC.switchInternalEdgeToCall(A, D));
 1678   EXPECT_FALSE(RC.switchInternalEdgeToCall(B, C));
 1686   EXPECT_TRUE(RC.switchInternalEdgeToCall(C, B, [&](ArrayRef<LazyCallGraph::SCC *> MergedCs) {
 1802   EXPECT_FALSE(RC.switchInternalEdgeToCall(C3, B1));
 1933   EXPECT_TRUE(RC.switchInternalEdgeToCall(