Displaying 3 results from an estimated 3 matches for "5b22972a".
2010 Sep 02
0
[LLVMdev] [LLVMDev] [Modeling] About the structure of my allocator
Is there any way to tell where in the Instruction list, the branch to the
other MachineBasicBlock happens? I know in the BasicBlock had a nice api for
it.
Thanks,
Jeff Kunkel
On Thu, Sep 2, 2010 at 5:56 PM, Dale Johannesen <dalej at apple.com> wrote:
>
> On Sep 2, 2010, at 2:44 PMPDT, Jeff Kunkel wrote:
>
>> I need to track which MachineBasicBlocks branch into other
2010 Sep 02
2
[LLVMdev] [LLVMDev] [Modeling] About the structure of my allocator
On Sep 2, 2010, at 2:44 PMPDT, Jeff Kunkel wrote:
> I need to track which MachineBasicBlocks branch into other
> MachineBasicBlocks. How do I do it?
Look at the Predecessor/Successor lists, which are target-independent
> I see a MachineOperand can hold a MachineBasicBlock*. Does this mean
> the instruction may branch to the MachineBasicBlock, or can it be
> something like an
2010 Sep 03
2
[LLVMdev] [LLVMDev] [Modeling] About the structure of my allocator
...___
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100902/5b22972a/attachment.html>