Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Counters

1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
82 // Produce a table of pointers to counters, by predecessor and successor
89 // Add the function to write out all our counters to the global destructor
445 GlobalVariable *Counters =
450 CountersBySP.push_back(std::make_pair(Counters, (MDNode*)SP));
463 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0,
477 Value *Counter = Builder.CreateInBoundsGEP(Counters, Idx);
493 buildEdgeLookupTable(F, Counters,
526 GlobalVariable *Counters,
551 Value *Counter = builder.CreateConstInBoundsGEP2_64(Counters, 0,
599 Type::getInt64PtrTy(*Ctx), // uint64_t *counters