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.cpp621 if (!PP.AllowLoopNestsPeeling && !L->isInnermost()) in computePeelCount()
997 PP.AllowLoopNestsPeeling = false; in gatherPeelingPreferences()
1011 PP.AllowLoopNestsPeeling = UnrollAllowLoopNestsPeeling; in gatherPeelingPreferences()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h683 bool AllowLoopNestsPeeling; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h762 PP.AllowLoopNestsPeeling = false; in getPeelingPreferences()