Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Counter

188     // The struct counter array includes:
189 // - one counter for each struct field,
190 // - one counter for the struct access within an array.
219 // Remember the counter variable for each struct type to avoid
420 // We create the counter array with StructCounterName and weak linkage
431 // Remember the counter variable for each struct type.
763 // The last counter for struct array access.
799 Constant *Counter =
803 Value *Load = IRB.CreateLoad(Counter);
805 Counter);