llvm-6502/lib/Transforms/Utils
Chris Lattner 1a8d4de397 add the ability to get a rewritten value from the middle of a block,
not just at the end.  Add a big comment explaining when this could
be useful (which never happens for jump threading).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83741 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-10 23:00:11 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp
BasicInliner.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp
CloneLoop.cpp
CloneModule.cpp
CMakeLists.txt Implement an efficient and fully general SSA update mechanism that 2009-10-10 09:04:27 +00:00
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineCost.cpp Use names instead of numbers for some of the magic 2009-10-09 21:42:02 +00:00
InlineFunction.cpp Introduce and use convenience methods for getting pointer types 2009-10-06 15:40:36 +00:00
InstructionNamer.cpp
LCSSA.cpp random tidying 2009-10-10 06:22:45 +00:00
Local.cpp
LoopSimplify.cpp
LowerAllocations.cpp Introduce and use convenience methods for getting pointer types 2009-10-06 15:40:36 +00:00
LowerInvoke.cpp Introduce and use convenience methods for getting pointer types 2009-10-06 15:40:36 +00:00
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp
SimplifyCFG.cpp
SSAUpdater.cpp add the ability to get a rewritten value from the middle of a block, 2009-10-10 23:00:11 +00:00
SSI.cpp
UnifyFunctionExitNodes.cpp
UnrollLoop.cpp
ValueMapper.cpp