Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp857 bool Forced = isForced().value_or(false); in fail()
892 const std::optional<bool> &isForced() const { return IsForced; } in isForced() function in __anon5f80120c0111::LoopDistributeForLoop
989 if (LDL.isForced().value_or(EnableLoopDistribute)) in runImpl()