Fix inline cost predictions with SCIENCE.
[oota-llvm.git] / include / llvm / Analysis / InlineCost.h
2010-01-26 Jakob Stoklund OlesenFix inline cost predictions with SCIENCE.
2009-10-13 Dan GohmanFix resetCachedCostInfo to reset all of the cost inform...
2009-10-13 Dan GohmanSplit code not specific to Function inlining out into...
2009-10-13 Dan GohmanMove the InlineCost code from Transforms/Utils to Analysis.