Searched refs:IsForced (Results 1 – 1 of 1) sorted by relevance
779 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 __anonc25583c00111::LoopDistributeForLoop