mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 19:43:38 +08:00
`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. Reviewed By: #bolt, rafauler, maksfb Differential Revision: https://reviews.llvm.org/D142667