Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp778 if (Pred.getComplexity() > (IsForced.value_or(false) in processLoop()
784 if (!IsForced.value_or(false) && hasDisableAllTransformsHint(L)) in processLoop()
896 const Optional<bool> &isForced() const { return IsForced; } in isForced()
947 IsForced = mdconst::extract<ConstantInt>(*Op)->getZExtValue(); in setForced()
966 Optional<bool> IsForced; member in __anon4e01e93c0111::LoopDistributeForLoop