Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp78 Forced = 1, enumerator
188 LevelStates[Level] = State::Forced; in solve()
201 LevelStates[Level] = State::Forced; in solve()
264 for (; LevelStates[Level] == State::Forced; --Level) { in reverseForcedMoves()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp857 bool Forced = isForced().value_or(false); in fail() local
873 Forced ? OptimizationRemarkAnalysis::AlwaysPrint : LDIST_NAME, in fail()
879 if (Forced) in fail()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h168 Forced, enumerator
/freebsd/contrib/kyua/integration/
H A Dcmd_test_test.sh168 expect_all_pass:failure -> expected_failure: Oh no: Forced failure [S.UUUs]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp880 case CodeGenOptions::AssignmentTrackingOpts::Forced: in RunOptimizationPipeline()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td101 // `forceMasked` Forced to be masked (e.g. Add-with-Carry Instructions).
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7400 Values<"disabled,enabled,forced">, NormalizedValues<["Disabled","Enabled","Forced"]>,