Searched refs:usesEvent (Results 1 – 4 of 4) sorted by relevance
392 NormalizeByInsnCount = usesEvent("cycles") || usesEvent("instructions"); in readProfile()393 NormalizeByCalls = usesEvent("branches"); in readProfile()413 bool YAMLProfileReader::usesEvent(StringRef Name) const { in usesEvent() function in llvm::bolt::YAMLProfileReader
576 bool NormalizeByInsnCount = usesEvent("cycles") || usesEvent("instructions"); in readSampleData()577 bool NormalizeByCalls = usesEvent("branches"); in readSampleData()
90 bool usesEvent(StringRef Name) const;
449 bool usesEvent(StringRef Name) const { in usesEvent() function