search for: classllvm_1_1codeextractor

Displaying 3 results from an estimated 3 matches for "classllvm_1_1codeextractor".

2016 Apr 12
2
llvm outlining question
...have access to that codebase. So, you'll probably run into the same issues if you try to do anything untrivial with it. Michael On 12 April 2016 at 13:24, Tom Chen via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Does this do what you want > http://llvm.org/docs/doxygen/html/classllvm_1_1CodeExtractor.html? > > 2016-04-12 14:58 GMT-05:00 Minghwa Wang via llvm-dev < > llvm-dev at lists.llvm.org>: > >> Is there any support for outlining in llvm? >> >> As we know outlining is the opposite of inlining and while refactoring, >> if we can outlining common code...
2016 Apr 12
2
llvm outlining question
Is there any support for outlining in llvm? As we know outlining is the opposite of inlining and while refactoring, if we can outlining common code into functions, then function merge (supported by llvm) can be more efficient in reducing code size. If llvm support outlining, how to use it? Any documentation for it? Thanks, Ming-Hwa -------------- next part -------------- An HTML attachment was
2016 Apr 12
2
llvm outlining question
...ou try to do anything untrivial with it. >> >> Michael >> >> >> >> On 12 April 2016 at 13:24, Tom Chen via llvm-dev <llvm-dev at lists.llvm.org >> > wrote: >> >>> Does this do what you want >>> http://llvm.org/docs/doxygen/html/classllvm_1_1CodeExtractor.html? >>> >>> 2016-04-12 14:58 GMT-05:00 Minghwa Wang via llvm-dev < >>> llvm-dev at lists.llvm.org>: >>> >>>> Is there any support for outlining in llvm? >>>> >>>> As we know outlining is the opposite of inlining and whi...