Lines Matching refs:ProfileList
3461 ProfileList::ExclusionType
3464 const auto &ProfileList = getContext().getProfileList(); in isFunctionBlockedByProfileList() local
3466 if (ProfileList.isEmpty()) in isFunctionBlockedByProfileList()
3467 return ProfileList::Allow; in isFunctionBlockedByProfileList()
3470 if (auto V = ProfileList.isFunctionExcluded(Fn->getName(), Kind)) in isFunctionBlockedByProfileList()
3474 if (auto V = ProfileList.isLocationExcluded(Loc, Kind)) in isFunctionBlockedByProfileList()
3480 if (auto V = ProfileList.isFileExcluded(MainFile->getName(), Kind)) in isFunctionBlockedByProfileList()
3482 return ProfileList.getDefault(Kind); in isFunctionBlockedByProfileList()
3485 ProfileList::ExclusionType
3489 if (V != ProfileList::Allow) in isFunctionBlockedFromProfileInstr()
3496 return ProfileList::Skip; in isFunctionBlockedFromProfileInstr()
3498 return ProfileList::Allow; in isFunctionBlockedFromProfileInstr()