Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp488 if (!PP.AllowLoopNestsPeeling && !L->isInnermost()) in computePeelCount()
821 PP.AllowLoopNestsPeeling = false; in gatherPeelingPreferences()
834 PP.AllowLoopNestsPeeling = UnrollAllowLoopNestsPeeling; in gatherPeelingPreferences()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h536 bool AllowLoopNestsPeeling; member
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h614 PP.AllowLoopNestsPeeling = false; in getPeelingPreferences()