Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopPeel.cpp554 if (!PP.AllowLoopNestsPeeling && !L->isInnermost()) in computePeelCount()
882 PP.AllowLoopNestsPeeling = false; in gatherPeelingPreferences()
895 PP.AllowLoopNestsPeeling = UnrollAllowLoopNestsPeeling; in gatherPeelingPreferences()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h654 bool AllowLoopNestsPeeling; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h664 PP.AllowLoopNestsPeeling = false; in getPeelingPreferences()