Displaying 1 result from an estimated 1 matches for "pgmdep".
Did you mean:
pgmap
2002 Dec 08
0
[LLVMdev] New analysis passes
...denceGraph for all data-dependences on memory locations
within each function (i.e., the nodes are Instructions; the edges are
data dependences). This pass uses the IPModRef pass to find dependences
on Call instructions. It does NOT do any non-trivial array dependence
analysis yet.
3. PgmDependenceGraph (analyze -pgmdep):
This is an iterator (not a pass) that is intended to enumerate all
dependences in a function, including data dependences on memory and
on SSA registers, and control dependences. It does not build an
explicit graph in order to avoid creating a second repre...