llvm-6502/lib/Analysis/IPA
Reid Kleckner ecc4595ce4 [Inliner] Don't inline functions with frameescape calls
Inlining such intrinsics is very difficult, since you need to
simultaneously transform many calls to llvm.framerecover and potentially
duplicate the functions containing them.  Normally this intrinsic isn't
added until EH preparation, which is part of the backend pass pipeline
after inlining.  However, if it were to get fed through the inliner,
this change will ensure that it doesn't break the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234937 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-14 20:38:14 +00:00
..
CallGraph.cpp
CallGraphSCCPass.cpp Improve RefreshCallGraph to remove invalid call graph edge. 2015-04-14 15:52:57 +00:00
CallPrinter.cpp
CMakeLists.txt
GlobalsModRef.cpp [CallSite] Make construction from Value* (or Instruction*) explicit. 2015-04-10 14:50:08 +00:00
InlineCost.cpp [Inliner] Don't inline functions with frameescape calls 2015-04-14 20:38:14 +00:00
IPA.cpp
LLVMBuild.txt
Makefile