Home
last modified time | relevance | path

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

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