llvm-6502/lib/Transforms/Utils
Devang Patel 6899b31422 Add BasicInliner interface.
This interface allows clients to inline bunch of functions with module
level call graph information.:wq



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40486 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-25 18:00:25 +00:00
..
BasicBlockUtils.cpp After a basic block is split into two parts, 2007-07-19 02:29:24 +00:00
BasicInliner.cpp Add BasicInliner interface. 2007-07-25 18:00:25 +00:00
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneModule.cpp During module cloning copy aliases too. This fixes PR1544 2007-07-10 19:07:35 +00:00
CloneTrace.cpp
CodeExtractor.cpp Move code to update dominator information after basic block is split 2007-06-21 17:23:45 +00:00
DemoteRegToStack.cpp Adding ability to demote phi to stack. 2007-07-11 18:41:34 +00:00
InlineCost.cpp Add BasicInliner interface. 2007-07-25 18:00:25 +00:00
InlineFunction.cpp
LCSSA.cpp Now this temp. fix is not required. 2007-07-19 02:22:21 +00:00
Local.cpp
LoopSimplify.cpp Verify loop info. 2007-07-19 18:02:32 +00:00
LowerAllocations.cpp
LowerInvoke.cpp
LowerSelect.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
ValueMapper.h