Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Edge

1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
454 unsigned Edge = 0;
463 Edge);
471 ConstantInt::get(Type::getInt64Ty(*Ctx), Edge),
472 ConstantInt::get(Type::getInt64Ty(*Ctx), Edge + 1));
486 Edge += Successors;
529 // the whole-Module pred edge# between the time we set it and the time we next
542 unsigned Edge = 0;
551 Edge + i);
556 Edge += Successors;