Remove isPod() from DenseMapInfo, splitting it out to its own
[oota-llvm.git] / include / llvm / Analysis / InlineCost.h
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.