Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Counters

1 //===- GCOVProfiling.cpp - Insert edge counters for gcov profiling --------===//
115 // Produce a table of pointers to counters, by predecessor and successor
122 // Add the function to write out all our counters to the global destructor
597 GlobalVariable *Counters =
602 CountersBySP.push_back(std::make_pair(Counters, SP));
614 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0,
627 Value *Counter = Builder.CreateInBoundsGEP(Counters->getValueType(),
628 Counters, Idx);
644 buildEdgeLookupTable(F, Counters,
712 GlobalVariable *Counters,
737 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0,
771 Int64Ty->getPointerTo()->getPointerTo() // uint64_t **counters
792 Type::getInt64PtrTy(*Ctx), // uint64_t *counters
917 counters[pred];
921 Arg->setName("counters");
957 // Write out the current counters.
964 // Zero out the counters.