Currently, all of the Loop Peeling Properties are found in the TargetTransformInfo::UnrollingPreferences struct (llvm/include/llvm/Analysis/TargetTransformInfo.h).
Therefore, other loop transforms (i.e., LoopFusion) cannot access the peeling properties of a loop as it right now.