Searched refs:ProvidedAllowPeeling (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1061 Optional<bool> ProvidedAllowPeeling,
1090 L, SE, TTI, ProvidedAllowPeeling, ProvidedAllowProfileBasedPeeling);
1240 Optional<bool> ProvidedAllowPeeling; member in class:__anon4676::LoopUnroll
1256 ProvidedAllowPeeling(AllowPeeling),
1284 ProvidedAllowPeeling, ProvidedAllowProfileBasedPeeling,
1053 tryToUnrollLoop( Loop *L, DominatorTree &DT, LoopInfo *LI, ScalarEvolution &SE, const TargetTransformInfo &TTI, AssumptionCache &AC, OptimizationRemarkEmitter &ORE, BlockFrequencyInfo *BFI, ProfileSummaryInfo *PSI, bool PreserveLCSSA, int OptLevel, bool OnlyWhenForced, bool ForgetAllSCEV, Optional<unsigned> ProvidedCount, Optional<unsigned> ProvidedThreshold, Optional<bool> ProvidedAllowPartial, Optional<bool> ProvidedRuntime, Optional<bool> ProvidedUpperBound, Optional<bool> ProvidedAllowPeeling, Optional<bool> ProvidedAllowProfileBasedPeeling, Optional<unsigned> ProvidedFullUnrollMaxCount) argument

Completed in 48 milliseconds