llvm-6502/include/llvm/Transforms/Utils
Chris Lattner 93f3bcf7f3 Implement an efficient and fully general SSA update mechanism that
works on unstructured CFGs.  This implements PR217, our oldest open PR.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83705 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-10 09:04:27 +00:00
..
AddrModeMatcher.h
BasicBlockUtils.h Re-apply r80926, with fixes: keep the domtree informed of new blocks 2009-09-08 15:45:00 +00:00
BasicInliner.h
Cloning.h enhance InlineFunction to be able to optionally return 2009-08-27 04:20:52 +00:00
FunctionUtils.h
InlineCost.h Use names instead of numbers for some of the magic 2009-10-09 21:42:02 +00:00
Local.h Preserve ProfileInfo during CodeGenPrepare. 2009-09-16 09:26:52 +00:00
PromoteMemToReg.h
SSAUpdater.h Implement an efficient and fully general SSA update mechanism that 2009-10-10 09:04:27 +00:00
SSI.h Do away with the strange use of BitVectors in SSI, and just use normal sets. This makes the code much more C++/LLVM-ish. 2009-10-04 18:49:55 +00:00
UnifyFunctionExitNodes.h
UnrollLoop.h
ValueMapper.h