Home
last modified time | relevance | path

Searched refs:ForceAll (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp101 static cl::opt<bool> ForceAll( variable
191 if (ForceMemOperand || ForceAll) { in runOnMachineFunction()
199 if (ForceMemOperand && !ForceAll && in runOnMachineFunction()
211 if (ForceAll) in runOnMachineFunction()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h221 ForceAll, // Force release every page possible regardless of how long it will enumerator
H A Dprimary32.h917 ReleaseToOS::ForceAll); in getSizeClassFragmentationInfo()
969 if (ReleaseType != ReleaseToOS::ForceAll &&
1107 if (ReleaseType != ReleaseToOS::ForceAll) { in markFreeBlocks()
H A Dwrappers_c.inc269 SCUDO_ALLOCATOR.releaseToOS(scudo::ReleaseToOS::ForceAll);
H A Dprimary64.h1219 if (ReleaseType != ReleaseToOS::ForceAll &&
1229 if (ReleaseType == ReleaseToOS::ForceAll) {
H A Dcombined.h658 if (ReleaseType == ReleaseToOS::ForceAll) in releaseToOS()