Displaying 3 results from an estimated 3 matches for "92ab5f53".
2011 Aug 04
0
[LLVMdev] Tracing Value Dependency Chains
It would be great help if someone can point me to similar code in Analysis
or Transform, i.e. tracing value dependencies chains.
Thanks,
Manish
On Wed, Aug 3, 2011 at 10:47 AM, Manish Gupta <manishg at cs.ucsd.edu> wrote:
> Hello All,
>
> What would be the best way to trace Value Dependency Chains in LLVM. Can I
> use some API to perform this?
>
> The use-def chain
2011 Aug 03
2
[LLVMdev] Tracing Value Dependency Chains
Hello All,
What would be the best way to trace Value Dependency Chains in LLVM. Can I
use some API to perform this?
The use-def chain process mentioned at
http://llvm.org/docs/ProgrammersManual.html#iterate_chains will just get the
values (Operands) being used in the current Instruction. For getting the
values operands in the particular instruction are influenced from I have
to recursively call
2011 Aug 04
2
[LLVMdev] Tracing Value Dependency Chains
...___
> 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/20110804/92ab5f53/attachment.html>