search for: 2b9c3c70

Displaying 2 results from an estimated 2 matches for "2b9c3c70".

2010 May 10
0
[LLVMdev] Separate loop condition and loop body
...but is not a basic block from the loop header. Trevor -------------- next part -------------- A non-text attachment was scrubbed... Name: cfg._Z6simplei.dot Type: application/octet-stream Size: 2002 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100510/2b9c3c70/attachment.obj> -------------- next part --------------
2010 May 10
2
[LLVMdev] Separate loop condition and loop body
On Mon, May 10, 2010 at 8:05 PM, Trevor Harmon <Trevor.W.Harmon at nasa.gov> wrote: > On May 10, 2010, at 8:43 AM, Xinfinity wrote: > >> Is it possible to get the list of BasicBlocks building the condition >> of a loop and the list of BasicBlocks that form the body? > > Based on my (limited) experience with Loop and LoopInfo, this isn't > possible. (But