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"
95 // Modify the program to track transitions along edges and call into the
108 // pred block number for certain non-trivial edges.
225 // function, number of lines belonging to each block, and a set of edges to
276 // set of blocks and a map of edges between blocks. This is the only GCOV
329 // Emit edges between blocks.
462 unsigned Edges = 0;
466 ++Edges;
468 Edges += TI->getNumSuccessors();
472 ArrayType::get(Type::getInt64Ty(*Ctx), Edges);
587 // All edges with successors that aren't branches are "complex", because it