Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp514 if (!PP.AllowLoopNestsPeeling && !L->isInnermost()) in computePeelCount()
842 PP.AllowLoopNestsPeeling = false; in gatherPeelingPreferences()
855 PP.AllowLoopNestsPeeling = UnrollAllowLoopNestsPeeling; in gatherPeelingPreferences()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h644 bool AllowLoopNestsPeeling; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h651 PP.AllowLoopNestsPeeling = false; in getPeelingPreferences()