Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anon51f880570111::LoopDistributeForLoop