Searched refs:ScaleMap (Results 1 – 1 of 1) sorted by relevance
232 static const llvm::StringMap<DurationScale> ScaleMap( in getScaleForDurationInverse() local246 auto ScaleIter = ScaleMap.find(std::string(Name)); in getScaleForDurationInverse()247 if (ScaleIter == ScaleMap.end()) in getScaleForDurationInverse()254 static const llvm::StringMap<DurationScale> ScaleMap( in getScaleForTimeInverse() local262 auto ScaleIter = ScaleMap.find(std::string(Name)); in getScaleForTimeInverse()263 if (ScaleIter == ScaleMap.end()) in getScaleForTimeInverse()