This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Rename BF::isParentFragment -> isChildOf
ClosedPublic

Authored by Amir on Jan 26 2023, 2:09 PM.

Details

Reviewers
rafauler
maksfb
Group Reviewers
Restricted Project
Commits
rGe88122f5f10d: [BOLT] Rename BF::isParentFragment -> isChildOf
Summary

isChildOf is a more concise name for the check. Also, there's no need to
test if the function is a fragment before doing isChildOf check.

Diff Detail

Event Timeline

Amir created this revision.Jan 26 2023, 2:09 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Jan 26 2023, 2:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2023, 2:09 PM
This revision is now accepted and ready to land.Jan 27 2023, 2:44 PM
maksfb accepted this revision.Feb 3 2023, 5:27 PM

LGTM. Thanks.

This revision was automatically updated to reflect the committed changes.