Home
last modified time | relevance | path

Searched refs:IsForced (Results 1 – 2 of 2) 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 __anonb8d124ee0111::LoopDistributeForLoop
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp740 if (Pred.getComplexity() > (IsForced.getValueOr(false) in processLoop()
837 const Optional<bool> &isForced() const { return IsForced; } in isForced()
889 IsForced = mdconst::extract<ConstantInt>(*Op)->getZExtValue(); in setForced()
908 Optional<bool> IsForced; member in __anon2993db260111::LoopDistributeForLoop