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

/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp697 if (Pred.getComplexity() > (IsForced.getValueOr(false)
787 const Optional<bool> &isForced() const { return IsForced; }
839 IsForced = mdconst::extract<ConstantInt>(*Op)->getZExtValue();
857 Optional<bool> IsForced; member in class:__anon13364::LoopDistributeForLoop

Completed in 92 milliseconds