Searched refs:IsForced (Results 1 – 1 of 1) sorted by relevance
772 if (Pred.getComplexity() > (IsForced.getValueOr(false) in processLoop()778 if (!IsForced.getValueOr(false) && hasDisableAllTransformsHint(L)) in processLoop()885 const Optional<bool> &isForced() const { return IsForced; } in isForced()937 IsForced = mdconst::extract<ConstantInt>(*Op)->getZExtValue(); in setForced()956 Optional<bool> IsForced; member in __anonfcfe86310111::LoopDistributeForLoop