Displaying 2 results from an estimated 2 matches for "__runonloop".
2012 Dec 17
0
[LLVMdev] LoopPass doFinalization() called multiple times per program?
...or
> incorrect (or if I'm just missing something.) The documentation states:
>
> "The doFinalization method ... is called when the pass framework has
> finished
> calling runOnLoop
> <http://llvm.org/docs/__WritingAnLLVMPass.html#__runOnLoop
> <http://llvm.org/docs/WritingAnLLVMPass.html#runOnLoop>> for
>
> every loop in the program being compiled."
>
> From this, I understood that for a single instance of a LoopPass
> sub-class, the
> doFinalization method wo...
2012 Dec 17
3
[LLVMdev] LoopPass doFinalization() called multiple times per program?
On Sun, Dec 16, 2012 at 7:23 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Stephen,
>
>
> On 13/12/12 18:58, Stephen McGruer wrote:
>
>> I'm wondering if the documentation for LoopPass
>> (http://llvm.org/docs/**WritingAnLLVMPass.html#**LoopPass<http://llvm.org/docs/WritingAnLLVMPass.html#LoopPass>)
>> is misleading or
>> incorrect (or