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
112 // pred block number for certain non-trivial edges.
241 // function, number of lines belonging to each block, and a set of edges to
288 // Only allow copy before edges and lines have been added. After that,
289 // there are inter-block pointers (eg: edges) that won't take kindly to
309 // set of blocks and a map of edges between blocks. This is the only GCOV
389 // Emit edges between blocks.
586 unsigned Edges = 0;
590 ++Edges;
592 Edges += TI->getNumSuccessors();
596 ArrayType::get(Type::getInt64Ty(*Ctx), Edges);
708 // All edges with successors that aren't branches are "complex", because it