[LCG] Add some accessor methods to the SCC to allow iterating over the
authorChandler Carruth <chandlerc@gmail.com>
Wed, 23 Apr 2014 09:57:18 +0000 (09:57 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 23 Apr 2014 09:57:18 +0000 (09:57 +0000)
commit8d91579fa9ef63f645a6340ae06d30073ffdd4a8
treea647d590f7a941d8f01cda55895e1c1f4880a148
parent2e5f39ee0fb4b5d6303e4342b17146952b9bb79c
[LCG] Add some accessor methods to the SCC to allow iterating over the
parents of an SCC, and add a lookup method for finding the SCC for
a given function. These aren't used yet, but will be used shortly in
some unit tests I'm adding and are really part of the broader intended
interface for the analysis.

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