Home
last modified time | relevance | path

Searched refs:AllowProfileBasedPeeling (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DLoopUnrollPass.h66 std::optional<bool> AllowProfileBasedPeeling; member
119 AllowProfileBasedPeeling = O; in setProfileBasedPeeling()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1391 std::optional<bool> AllowProfileBasedPeeling = std::nullopt, in LoopUnroll() argument
1398 ProvidedAllowProfileBasedPeeling(AllowProfileBasedPeeling), in LoopUnroll()
1630 UnrollOpts.AllowProfileBasedPeeling, UnrollOpts.FullUnrollMaxCount); in run()
1663 if (UnrollOpts.AllowProfileBasedPeeling != std::nullopt) in printPipeline()
1664 OS << (*UnrollOpts.AllowProfileBasedPeeling ? "" : "no-") in printPipeline()