Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h83 const COpenSpecFlags &GetSpec(bool isForced, bool isMain, bool isUnknown) const in GetSpec()
85 …return isForced ? SpecForcedType : (isMain ? SpecMainType : (isUnknown ? SpecUnknownExt : SpecWron… in GetSpec()
DOpenArchive.cpp1618 bool isForced = false; in OpenStream2() local
1624 isForced = true; in OpenStream2()
1946 const COpenSpecFlags &specFlags = mode.GetSpec(isForced, isMainFormat, isUnknownExt); in OpenStream2()
2197 const COpenSpecFlags &specFlags = mode.GetSpec(isForced, isMainFormat, isUnknownExt); in OpenStream2()
2609 const COpenSpecFlags &specFlags = mode.GetSpec(isForced, isMainFormat, isUnknownExt); in OpenStream2()
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp755 bool Forced = isForced().getValueOr(false); in fail()
787 const Optional<bool> &isForced() const { return IsForced; } in isForced() function in __anon9db3a4f70111::LoopDistributeForLoop
902 if (LDL.isForced().getValueOr(ProcessAllLoops)) in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp802 bool Forced = isForced().getValueOr(false); in fail()
837 const Optional<bool> &isForced() const { return IsForced; } in isForced() function in __anonce78c04f0111::LoopDistributeForLoop
935 if (LDL.isForced().getValueOr(EnableLoopDistribute)) in runImpl()