Home
last modified time | relevance | path

Searched refs:AbleToPeel (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp173 bool AbleToPeel; member
191 GuardBranch(L->getLoopGuardBranch()), PP(PP), AbleToPeel(canPeel(L)), in FusionCandidate()
788 assert(FC0.AbleToPeel && "Should be able to peel loop"); in peelFusionCandidate()
894 if (FC0->AbleToPeel && !SameTripCount && TCDifference) { in fuseCandidates()