Home
last modified time | relevance | path

Searched refs:Safe (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp702 std::unique_ptr<Module> Safe) { in TestOptimizer() argument
721 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken); in TestOptimizer()
783 Module *Safe) { in CleanupAndPrepareModules() argument
794 if (Function *oldMain = Safe->getFunction("main")) in CleanupAndPrepareModules()
822 ReturnInst::Create(Safe->getContext(), call, BB); in CleanupAndPrepareModules()
832 FunctionCallee resolverFunc = Safe->getOrInsertFunction( in CleanupAndPrepareModules()
834 Type::getInt8PtrTy(Safe->getContext())); in CleanupAndPrepareModules()
837 for (Module::iterator F = Safe->begin(), E = Safe->end(); F != E; ++F) { in CleanupAndPrepareModules()
849 *Safe, InitArray->getType(), true /*isConstant*/, in CleanupAndPrepareModules()
933 if (verifyModule(*Test) || verifyModule(*Safe)) { in CleanupAndPrepareModules()
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dpwsafe6 # Password Safe
14 0 string PWS3 Password Safe V3 database
H A Dkeepass6 # Keepass Password Safe:
/freebsd-13.1/sys/contrib/dev/ice/
H A DREADME9 - Safe Mode
30 with the driver, the driver will go into Safe Mode where it will use the
32 Adapters and Devices User Guide for more information on Safe Mode.
62 Safe Mode
64 Safe Mode disables advanced and performance features, and supports only basic
69 on DDP and Safe Mode.
/freebsd-13.1/stand/forth/
H A Dmenu.rc121 set optionsmenu_caption[4]="Safe [M]ode... off"
122 set optionstoggled_text[4]="Safe [M]ode... On"
125 set optionsansi_caption[4]="Safe ^[1mM^[mode... ^[34;1mOff^[m"
126 set optionstoggled_ansi[4]="Safe ^[1mM^[mode... ^[32;7mOn^[m"
H A Dmenu-commands.4th117 \ Safe Mode
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp360 SmallVectorImpl<CHIArg> &Safe);
807 SmallVectorImpl<CHIArg> &Safe) { in checkSafety() argument
815 Safe.push_back(CHI); in checkSafety()
820 Safe.push_back(CHI); in checkSafety()
894 SmallVector<CHIArg, 2> Safe; in findHoistableCandidates() local
899 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates()
902 if (valueAnticipable(make_range(Safe.begin(), Safe.end()), TI)) { in findHoistableCandidates()
905 for (auto B : Safe) in findHoistableCandidates()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp530 std::set<IndicesVector> &Safe) { in markIndicesSafe() argument
532 Low = Safe.upper_bound(ToMark); in markIndicesSafe()
534 if (Low != Safe.begin()) in markIndicesSafe()
539 if (Low != Safe.end()) { in markIndicesSafe()
549 Low = Safe.insert(Low, ToMark); in markIndicesSafe()
552 std::set<IndicesVector>::iterator End = Safe.end(); in markIndicesSafe()
556 Safe.erase(Remove); in markIndicesSafe()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h100 Safe, enumerator
176 Status(VectorizationSafetyStatus::Safe), RecordDependences(true) {} in MemoryDepChecker()
205 return Status == VectorizationSafetyStatus::Safe; in isSafeForVectorization()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp515 bool Safe = false; in lookThroughComplexAddresses() local
523 Safe = true; in lookThroughComplexAddresses()
528 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in lookThroughComplexAddresses()
537 if (!Safe) in lookThroughComplexAddresses()
538 Safe = checkIfSafeAddSequence(IdxDiff, OpA, MatchingOpIdxA, OpB, in lookThroughComplexAddresses()
548 if (!Safe) { in lookThroughComplexAddresses()
/freebsd-13.1/share/doc/papers/
H A Dbsdreferences.bib108 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine},
128 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine},
148 title = {Beyond the PDP-11: Architectural Support for a Memory-Safe C Abstract Machine},
/freebsd-13.1/contrib/sendmail/test/
H A DResults115 The following are the results of running t_pathconf.c. Safe means that
126 Safe Filesystem Unsafe Filesystem
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Dti-dma-crossbar.txt16 - ti,dma-safe-map: Safe routing value for unused request lines
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp247 bool Safe = AllocaRange.contains(AccessRange); in IsAccessSafe() local
259 << " " << (Safe ? "safe" : "unsafe") << "\n"); in IsAccessSafe()
261 return Safe; in IsAccessSafe()
H A DMachineLICM.cpp575 bool Safe = true; in HoistRegionPostRA() local
585 Safe = false; in HoistRegionPostRA()
589 if (Safe) in HoistRegionPostRA()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h87 Safe, // Safe ICF for all sections. enumerator
H A DOptions.td190 "Produce an image with Safe Exception Handler (only for x86)",
191 "Don't produce an image with Safe Exception Handler">;
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst51 Safe Structured Exception Handler (SEH)
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h52 enum class ICFLevel { None, Safe, All }; enumerator
H A DDriver.cpp698 return ICFLevel::Safe; in getICF()
1854 if (config->icf == ICFLevel::Safe || !(d->section->flags & SHF_EXECINSTR)) in markAddrsig()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def127 // Safe Stack
/freebsd-13.1/contrib/libucl/doc/
H A Dapi.md407 ## Safe iterators API
409 Safe iterators are defined to clarify iterating over UCL objects and simplify flattening of UCL obj…
411 such an object. Safe iterators are desinged to define two sorts of iteration:
/freebsd-13.1/contrib/mandoc/
H A Dlib.in118 LINE("libsbuf", "Safe String Composition Library (libsbuf, \\-lsbuf)")
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td208 /// Safe Stack protection.
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dkrb5.asn1104 krb-safe(20), -- Safe (checksummed) application message

12