HomeSort by relevance Sort by last modified time
    Searched refs:out_edges (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/coregrind/
m_transtab.c 187 predecessors in the control flow graph. 'out_edges' points
193 The 'out_edges' list exists only so that we can visit the
264 its out_edges. Furthermore, a matching out-in pair must have
267 a out_edges set may not have duplicates when using the
268 equality defined by (TTEntry,offset). Hence the out_edges
272 then A.out_edges = { (B,42), (B,87) } (in any order)
276 mapping between P.out_edges and Q.in_edges.
279 OutEdgeArr out_edges; member in struct:__anon16913
790 OutEdgeArr__add(&from_tte->out_edges, &oe);
853 // Find the corresponding entry in the "from" node's out_edges,
    [all...]
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 280 Edge_O1* out_edges[MAX_NUM_EDGE_PER_BB]; member in struct:BasicBlock_O1

Completed in 176 milliseconds