Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Edge

1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
455 unsigned Edge = 0;
464 Edge);
472 ConstantInt::get(Type::getInt64Ty(*Ctx), Edge),
473 ConstantInt::get(Type::getInt64Ty(*Ctx), Edge + 1));
487 Edge += Successors;
530 // the whole-Module pred edge# between the time we set it and the time we next
543 unsigned Edge = 0;
552 Edge + i);
557 Edge += Successors;