Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Add

114   // Add the function to write out all our counters to the global destructor
935 Value *Add = Builder.CreateAdd(Builder.CreateLoad(Counter),
937 Builder.CreateStore(Add, Counter);