Lines Matching refs:Bucket
491 TimeBucketRegion() : Bucket(nullptr) {}
496 /// If there was a bucket already set, it will finish the timing for that
497 /// other bucket.
500 /// If \p NewBucket is the same as the currently timed bucket, this call
503 if (Bucket != NewBucket) {
505 if (Bucket)
506 *Bucket += Now;
509 Bucket = NewBucket;
514 llvm::TimeRecord *Bucket;
718 /// \brief Bucket to record map.
720 /// Used to get the appropriate bucket for each matcher.