Victor Hernandez
|
7b929dad59
|
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only subclass of AllocationInst, so it no longer is necessary.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84969 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-10-23 21:09:37 +00:00 |
|
Victor Hernandez
|
a276c603b8
|
Remove MallocInst from LLVM Instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84299 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-10-17 01:18:07 +00:00 |
|
Dan Gohman
|
497f61940a
|
Compute a full cost value even when a setjmp call is found.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84015 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-10-13 20:10:10 +00:00 |
|
Dan Gohman
|
e7f0ed5ace
|
Split code not specific to Function inlining out into a separate class,
named CodeMetrics. Move it to be a non-nested class. Rename RegionInfo
back to FunctionInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84013 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-10-13 19:58:07 +00:00 |
|
Dan Gohman
|
e4aeec003f
|
Move the InlineCost code from Transforms/Utils to Analysis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83998 91177308-0d34-0410-b5e6-96231b3b80d8
|
2009-10-13 18:30:07 +00:00 |
|