search for: b8061c64

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

2011 Feb 28
0
[LLVMdev] LoopInfo of a basic block
...fo > helpful: > > http://llvm.org/doxygen/classllvm_1_1LoopInfo.html > > -- John T. > > > > - > Devang > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110228/b8061c64/attachment.html>
2011 Feb 28
2
[LLVMdev] LoopInfo of a basic block
On 2/28/11 4:43 PM, Devang Patel wrote: > > On Feb 28, 2011, at 2:35 PM, Naznin Fauzia wrote: > >> Hi all, >> >> How Can I get the Loops around an Instruction? >> >> I know I can get the basic block of an instruction using >> inst.getParent() which returns a BasicBlock*. Now I want to use the >> getLoopFor(BasicBlock) method of the class