Added function IsLeafMethod to identify leaf methods.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 22 Oct 2001 13:55:46 +0000 (13:55 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 22 Oct 2001 13:55:46 +0000 (13:55 +0000)
commita7edb1888ce8050ba05bcb7743f6a76b6e564741
tree18b04eefec15fa3c4316eea49289de7231d5f97c
parentac0ec4795753caa8d2b5b8186a05d700998688ae
Added function IsLeafMethod to identify leaf methods.
This will use the CallGraph only if one is provided.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@950 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CallGraph.h
lib/Analysis/IPA/CallGraph.cpp