Add a routine to TargetTransformInfo that will allow targets to look
authorEric Christopher <echristo@gmail.com>
Thu, 2 Jul 2015 01:11:47 +0000 (01:11 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 2 Jul 2015 01:11:47 +0000 (01:11 +0000)
commit5d5b914c59be6f91463e2a556f4ba2c7a0ecc6b3
tree33cab99faa219daf8af4c1c095cf266393776955
parent1ff585db47087b5df032b6cf819e71b1fd1fe25e
Add a routine to TargetTransformInfo that will allow targets to look
at the attributes on a function to determine whether or not to allow
inlining.

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