Hi all,<br><br>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?<br>
<br>Thanks,<br>Naznin<br>