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.cpp861 bool Forced = isForced().value_or(false); in fail()
896 const Optional<bool> &isForced() const { return IsForced; } in isForced() function in __anon4e01e93c0111::LoopDistributeForLoop
993 if (LDL.isForced().value_or(EnableLoopDistribute)) in runImpl()