[LLVMdev] get basic blocks inside a loop

Naznin Fauzia laboni14 at gmail.com
Mon May 9 09:45:41 PDT 2011


Hi all,

I have a question about llvm::LoopBase  getBlocks() method. Does it return
the basic blocks inside the loop in random order? I need to order the blocks
in some valid topological ordering of the AST. If getBlocks() does not do
that,  what can I do to find the ordering?

Thanks,
Naznin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110509/19b2bc7a/attachment.html>


More information about the llvm-dev mailing list