Home
last modified time | relevance | path

Searched refs:Exclude (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp685 Instruction *Root, const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument
703 if (L->contains(User) && !Exclude.count(User)) { in collectInLoopUserSet()
723 const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument
727 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet()
1008 SmallInstructionSet Exclude; in collectUsedInstructions() local
1010 Exclude.insert(DRS.Roots.begin(), DRS.Roots.end()); in collectUsedInstructions()
1012 Exclude.insert(DRS.BaseInst); in collectUsedInstructions()
1014 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions()
1048 Exclude.clear(); in collectUsedInstructions()
1050 Exclude.insert(DRS.Roots.begin(), DRS.Roots.end()); in collectUsedInstructions()
[all …]
/freebsd-12.1/tools/tools/git/
H A Dgit-svn-init59 -p Exclude ports
60 -s Exclude src
/freebsd-12.1/contrib/llvm/include/llvm/
H A Dmodule.modulemap25 // Exclude these; they're intended to be included into only a single
159 // Exclude this; it's an optional component of the ExecutionEngine.
162 // Exclude these; they're intended to be included into only a single
352 // Exclude these; they are fundamentally non-modular.
/freebsd-12.1/bin/sh/tests/builtins/
H A Dread5.08 # Exclude backslash and newline.
/freebsd-12.1/sys/gnu/dts/arm64/realtek/
H A Drtd129x.dtsi31 /* Exclude up to 2 GiB of RAM */
/freebsd-12.1/contrib/llvm/lib/Option/
H A DArgList.cpp140 ArrayRef<OptSpecifier> Exclude = None; in AddAllArgs() local
141 AddAllArgsExcept(Output, Ids, Exclude); in AddAllArgs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/
H A Dmodule.modulemap9 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
144 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h85 std::string Exclude; member
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog.apple314 (cp_parser_type_name): Exclude property dot-syntax from being recognized
316 (cp_parser_class_name): Exclude property dot-syntax from being recognized
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1294 SetVector<SUnit *> &Exclude, in computePath() argument
1298 if (Exclude.count(Cur) != 0) in computePath()
1306 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1310 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp567 ExcludeRe = createRegexesFromString(Options.Exclude); in runOnModule()
/freebsd-12.1/contrib/binutils/ld/po/
H A Dld.pot156 " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n"
162 " --exclude-libs lib,lib,... Exclude libraries from automatic "
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Dpep.em302 fprintf (file, _(" --exclude-symbols sym,sym,... Exclude symbols from automatic export\n"));
303 …fprintf (file, _(" --exclude-libs lib,lib,... Exclude libraries from automatic export\n")…
H A Dpe.em331 fprintf (file, _(" --exclude-symbols sym,sym,... Exclude symbols from automatic export\n"));
332 …fprintf (file, _(" --exclude-libs lib,lib,... Exclude libraries from automatic export\n")…
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp513 Options.Exclude = CodeGenOpts.ProfileExcludeFiles; in getGCOVOptions()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOptions.td146 defm exclude_libs: Eq<"exclude-libs", "Exclude static libraries from automatic export">;
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dcms.pod340 Exclude the list of supported algorithms from signed attributes, other options
/freebsd-12.1/contrib/gcc/
H A DChangeLog.apple567 * c-parser.c (c_parser_next_token_starts_declspecs): Exclude
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp9156 ArrayRef<unsigned> Exclude = llvm::None) { in getListOfPossibleValues() argument
9160 unsigned Skipped = Exclude.size(); in getListOfPossibleValues()
9161 auto S = Exclude.begin(), E = Exclude.end(); in getListOfPossibleValues()
9376 unsigned Exclude[] = {OMPC_SCHEDULE_unknown}; in ActOnOpenMPScheduleClause() local
9379 Exclude); in ActOnOpenMPScheduleClause()
/freebsd-12.1/crypto/openssl/
H A DINSTALL480 Exclude SSE2 code paths from 32-bit x86 assembly modules.
/freebsd-12.1/contrib/ntp/
H A DNEWS3211 * Exclude undetermined sys_refid from use in loopback TEST12
3212 * Exclude MODE_SERVER responses from KoD rate limiting
3255 * Exclude the Undisciplined Local Clock and ACTS drivers from the initial
/freebsd-12.1/contrib/binutils/ld/
H A DChangeLog-9899900 * scripttempl/elf.sc (CTOR, DTOR): Exclude crtend.o from ctor wildcard.
H A DChangeLog-02033536 * ldlang.c (walk_wild_section): Exclude object file if enclosing
/freebsd-12.1/contrib/binutils/
H A DChangeLog2574 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7515 * configure.in (*-*-windows): Exclude everything but those dirs
7524 * configure.in: Exclude mmalloc from i386-windows.
8348 * configure.in (noconfigdirs): Exclude target-newlib for all versions
/freebsd-12.1/contrib/binutils/binutils/po/
H A Dbinutils.pot1095 msgid " --exclude-symbols <list> Exclude <list> from .def\n"

12