[LCG] Add the most basic of edge insertion to the lazy call graph. This
authorChandler Carruth <chandlerc@gmail.com>
Mon, 28 Apr 2014 11:10:23 +0000 (11:10 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 28 Apr 2014 11:10:23 +0000 (11:10 +0000)
commitdb0b52c8e09e7cbb3452d4560dfeb1c933034794
tree0640796b4a83a3e0298e58b3a2a1cdc05d32bf03
parente52aad42029beb74d50bc493df34b4971ed74b31
[LCG] Add the most basic of edge insertion to the lazy call graph. This
just handles the pre-DFS case. Also add some test cases for this case to
make sure it works.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207411 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LazyCallGraph.h
lib/Analysis/LazyCallGraph.cpp
unittests/Analysis/LazyCallGraphTest.cpp