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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollAndJamPass.cpp323 bool NotDuplicatable; local
329 ApproximateLoopSize(SubLoop, NumInlineCandidates, NotDuplicatable,
332 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent,
336 if (NotDuplicatable) {
H A DLoopUnrollPass.cpp680 const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent,
687 NotDuplicatable = Metrics.notDuplicatable;
1083 bool NotDuplicatable; local
1102 ApproximateLoopSize(L, NumInlineCandidates, NotDuplicatable, Convergent,
1105 if (NotDuplicatable) {
679 ApproximateLoopSize( const Loop *L, unsigned &NumCalls, bool &NotDuplicatable, bool &Convergent, const TargetTransformInfo &TTI, const SmallPtrSetImpl<const Value *> &EphValues, unsigned BEInsns) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h148 bool &NotDuplicatable, bool &Convergent,

Completed in 171 milliseconds