Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp554 if (!PP.AllowLoopNestsPeeling && !L->isInnermost()) in computePeelCount()
882 PP.AllowLoopNestsPeeling = false; in gatherPeelingPreferences()
895 PP.AllowLoopNestsPeeling = UnrollAllowLoopNestsPeeling; in gatherPeelingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h654 bool AllowLoopNestsPeeling; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h664 PP.AllowLoopNestsPeeling = false; in getPeelingPreferences()