Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp779 if (Pred.getComplexity() > (IsForced.getValueOr(false) in processLoop()
785 if (!IsForced.getValueOr(false) && hasDisableAllTransformsHint(L)) in processLoop()
897 const Optional<bool> &isForced() const { return IsForced; } in isForced()
948 IsForced = mdconst::extract<ConstantInt>(*Op)->getZExtValue(); in setForced()
967 Optional<bool> IsForced; member in __anonc25583c00111::LoopDistributeForLoop