Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/docs/
H A DMisExpect.rst18 MisExpect diagnostics are intended to help developers identify and address
24 By default MisExpect checking is quite strict, because the use of the
32 Because this may be too strict, MisExpect diagnostics are not enabled by
40 MisExpect diagnostics are also available in the form of optimization remarks,
62 Sampling. MisExpect Diagnostics are compatible with all Profiling formats.
H A Dindex.rst46 MisExpect
/llvm-project-15.0.7/llvm/docs/
H A DMisExpect.rst16 that the optimizer can make more useful decisions about the code. MisExpect
21 The MisExpect checks in the LLVM backend follow a simple procedure: if there is
35 We calculate the threshold for emitting MisExpect related diagnostics
60 Sampling. MisExpect Diagnostics are compatible with all Profiling formats.
H A DUserGuides.rst49 MisExpect
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetOptions.h147 EnableCFIFixup(false), MisExpect(false), in TargetOptions()
365 unsigned MisExpect : 1; variable
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn64 "MisExpect.cpp",
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCMakeLists.txt57 MisExpect.cpp
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp481 Options.MisExpect = CodeGenOpts.MisExpect; in initTargetOptions()
H A DCodeGenAction.cpp345 if (CodeGenOpts.MisExpect) { in HandleTranslationUnit()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td322 InGroup<MisExpect>;
H A DCodeGenOptions.def182 CODEGENOPT(MisExpect , 1, 0) ///< Set when -Wmisexpect is enabled
H A DDiagnosticGroups.td1274 def MisExpect : DiagGroup<"misexpect">;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4479 Res.getCodeGenOpts().MisExpect = true; in CreateFromArgsImpl()