Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Edges

12 // to records the edges between blocks that run and emit a complementary "gcda"
97 // Modify the program to track transitions along edges and call into the
111 // pred block number for certain non-trivial edges.
243 // function, number of lines belonging to each block, and a set of edges to
300 // set of blocks and a map of edges between blocks. This is the only GCOV
353 // Emit edges between blocks.
496 unsigned Edges = 0;
500 ++Edges;
502 Edges += TI->getNumSuccessors();
506 ArrayType::get(Type::getInt64Ty(*Ctx), Edges);
617 // All edges with successors that aren't branches are "complex", because it