Lines Matching refs:ProfileList
3427 ProfileList::ExclusionType
3430 const auto &ProfileList = getContext().getProfileList(); in isFunctionBlockedByProfileList() local
3432 if (ProfileList.isEmpty()) in isFunctionBlockedByProfileList()
3433 return ProfileList::Allow; in isFunctionBlockedByProfileList()
3436 if (auto V = ProfileList.isFunctionExcluded(Fn->getName(), Kind)) in isFunctionBlockedByProfileList()
3440 if (auto V = ProfileList.isLocationExcluded(Loc, Kind)) in isFunctionBlockedByProfileList()
3446 if (auto V = ProfileList.isFileExcluded(MainFile->getName(), Kind)) in isFunctionBlockedByProfileList()
3448 return ProfileList.getDefault(Kind); in isFunctionBlockedByProfileList()
3451 ProfileList::ExclusionType
3455 if (V != ProfileList::Allow) in isFunctionBlockedFromProfileInstr()
3462 return ProfileList::Skip; in isFunctionBlockedFromProfileInstr()
3464 return ProfileList::Allow; in isFunctionBlockedFromProfileInstr()