Lines Matching defs:LazyCallGraphTest

1 //===- LazyCallGraphTest.cpp - Unit tests for the lazy CG analysis --------===//
229 TEST(LazyCallGraphTest, BasicGraphFormation) {
404 TEST(LazyCallGraphTest, BasicGraphMutation) {
455 TEST(LazyCallGraphTest, InnerSCCFormation) {
523 TEST(LazyCallGraphTest, MultiArmSCC) {
584 TEST(LazyCallGraphTest, OutgoingEdgeMutation) {
733 TEST(LazyCallGraphTest, IncomingEdgeInsertion) {
838 TEST(LazyCallGraphTest, IncomingEdgeInsertionRefGraph) {
930 TEST(LazyCallGraphTest, IncomingEdgeInsertionLargeCallCycle) {
1003 TEST(LazyCallGraphTest, IncomingEdgeInsertionLargeRefCycle) {
1070 TEST(LazyCallGraphTest, InlineAndDeleteFunction) {
1219 TEST(LazyCallGraphTest, InternalEdgeMutation) {
1305 TEST(LazyCallGraphTest, InternalEdgeRemoval) {
1383 TEST(LazyCallGraphTest, InternalMultiEdgeRemoval) {
1449 TEST(LazyCallGraphTest, InternalNoOpEdgeRemoval) {
1528 TEST(LazyCallGraphTest, InternalCallEdgeToRef) {
1616 TEST(LazyCallGraphTest, InternalRefEdgeToCall) {
1702 TEST(LazyCallGraphTest, InternalRefEdgeToCallNoCycleInterleaved) {
1817 TEST(LazyCallGraphTest, InternalRefEdgeToCallBothPartitionAndMerge) {
1956 TEST(LazyCallGraphTest, HandleBlockAddress) {
1988 TEST(LazyCallGraphTest, HandleBlockAddress2) {
2015 TEST(LazyCallGraphTest, ReplaceNodeFunction) {
2096 TEST(LazyCallGraphTest, RemoveFunctionWithSpuriousRef) {
2178 TEST(LazyCallGraphTest, RemoveFunctionWithSpuriousRefRecursive) {
2228 TEST(LazyCallGraphTest, RemoveFunctionWithSpuriousRefRecursive2) {
2287 TEST(LazyCallGraphTest, RemoveFunctionWithSpuriousRefRecursive3) {
2338 TEST(LazyCallGraphTest, AddSplitFunction1) {
2378 TEST(LazyCallGraphTest, AddSplitFunction2) {
2419 TEST(LazyCallGraphTest, AddSplitFunction3) {
2464 TEST(LazyCallGraphTest, AddSplitFunction4) {
2511 TEST(LazyCallGraphTest, AddSplitFunction5) {
2556 TEST(LazyCallGraphTest, AddSplitFunction6) {
2600 TEST(LazyCallGraphTest, AddSplitFunction7) {
2652 TEST(LazyCallGraphTest, AddSplitFunction8) {
2705 TEST(LazyCallGraphTest, AddSplitFunction9) {
2758 TEST(LazyCallGraphTest, AddSplitFunctions1) {
2799 TEST(LazyCallGraphTest, AddSplitFunctions2) {
2846 TEST(LazyCallGraphTest, AddSplitFunctions3) {
2902 TEST(LazyCallGraphTest, AddSplitFunctions4) {
2964 TEST(LazyCallGraphTest, AddSplitFunctions5) {