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()
197 if (ForceMemOperand && !ForceAll && in runOnMachineFunction()
209 if (ForceAll) in runOnMachineFunction()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h243 ForceAll, // Force release every page possible regardless of how long it will enumerator
H A Dprimary32.h1020 Sci, ClassId, BlockSize, Base, NumberOfRegions, ReleaseToOS::ForceAll); in getSizeClassFragmentationInfo()
1074 if (ReleaseType != ReleaseToOS::ForceAll && in releaseToOSMaybe()
1215 if (ReleaseType != ReleaseToOS::ForceAll) { in markFreeBlocks()
H A Dwrappers_c.inc269 SCUDO_ALLOCATOR.releaseToOS(scudo::ReleaseToOS::ForceAll);
H A Dprimary64.h1400 if (ReleaseType != ReleaseToOS::ForceAll && in releaseToOSMaybe()
1416 if (ReleaseType == ReleaseToOS::ForceAll) { in releaseToOSMaybe()
H A Dcombined.h666 if (ReleaseType == ReleaseToOS::ForceAll) in releaseToOS()