Home
last modified time | relevance | path

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

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