HomeSort by relevance Sort by last modified time
    Searched full:edge_rec (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/CodeGen/ARM/
2009-07-18-RewriterBug.ll 3 %struct.EDGE_PAIR = type { %struct.edge_rec*, %struct.edge_rec* }
6 %struct.edge_rec = type { %struct.VERTEX*, %struct.edge_rec*, i32, i8* }
7 @avail_edge = internal global %struct.edge_rec* null ; <%struct.edge_rec**> [#uses=6]
36 %9 = getelementptr %struct.EDGE_PAIR, %struct.EDGE_PAIR* %delleft, i32 0, i32 0 ; <%struct.edge_rec**> [#uses=1]
37 %10 = load %struct.edge_rec*, %struct.edge_rec** %9, align 8 ; <%struct.edge_rec*> [#uses=2
    [all...]
  /external/llvm/test/Transforms/ArgumentPromotion/
callgraph-update.ll 7 %struct.edge_rec = type { %struct.VERTEX*, %struct.edge_rec*, i32, i8* }
9 declare %struct.edge_rec* @alloc_edge() nounwind ssp
16 %a = call %struct.edge_rec* @alloc_edge() nounwind ; <%struct.edge_rec*> [#uses=0]
20 %b = call %struct.edge_rec* @alloc_edge() nounwind ; <%struct.edge_rec*> [#uses=1]
21 %c = ptrtoint %struct.edge_rec* %b to i64
  /external/clang/test/CodeGen/
2002-02-14-EntryNodePreds.c 8 struct edge_rec struct
11 struct edge_rec *next;
16 typedef struct edge_rec *QUAD_EDGE;

Completed in 351 milliseconds