Home
last modified time | relevance | path

Searched defs:Force (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFindingAction.h60 bool Force; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp44 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DHardwareLoops.h24 std::optional<bool> Force; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h72 bool Force; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp50 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h220 Force, // Force release pages to the OS, but avoid cases that take too long. enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp57 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h89 Hint Force; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp91 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp105 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals")); variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp181 Force, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp527 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { in EmitCurrentDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3193 BranchProbabilityInfo *JumpThreadingPass::getOrCreateBPI(bool Force) { in getOrCreateBPI()
3204 BlockFrequencyInfo *JumpThreadingPass::getOrCreateBFI(bool Force) { in getOrCreateBFI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp483 bool Force = LI->hasSubRanges(); in defValue() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h600 bool Force; member
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp162 const Module *unwrapModule(Any IR, bool Force = false) { in unwrapModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp2786 Function *Attributor::internalizeFunction(Function &F, bool Force) { in internalizeFunction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp498 unsigned CGDebugInfo::getColumnNumber(SourceLocation Loc, bool Force) { in getColumnNumber()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3263 bool Force) { in extractBooleanFlip()