Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp695 Instruction *Root, const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument
732 const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument
736 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet()
1035 SmallInstructionSet Exclude; in collectUsedInstructions() local
1037 Exclude.insert(DRS.Roots.begin(), DRS.Roots.end()); in collectUsedInstructions()
1039 Exclude.insert(DRS.BaseInst); in collectUsedInstructions()
1041 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions()
1075 Exclude.clear(); in collectUsedInstructions()
1077 Exclude.insert(DRS.Roots.begin(), DRS.Roots.end()); in collectUsedInstructions()
1079 Exclude.insert(DRS.BaseInst); in collectUsedInstructions()
[all …]
/freebsd-13.1/tools/tools/git/
H A Dgit-svn-init64 -p Exclude ports
65 -s Exclude src
66 -d Exclude docs
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A Dmodule.modulemap26 // Exclude these; they're intended to be included into only a single
177 // Exclude this; it's an optional component of the ExecutionEngine.
180 // Exclude these; they're intended to be included into only a single
193 // Exclude headers from LLVM_OrcSupport.
412 // Exclude this; it should only be used on Windows.
415 // Exclude these; they are fundamentally non-modular.
/freebsd-13.1/bin/sh/tests/builtins/
H A Dread5.08 # Exclude backslash and newline.
/freebsd-13.1/sys/contrib/openzfs/config/
H A DAbigail.am4 # --no-unreferenced-symbols: Exclude symbols which are not referenced by
/freebsd-13.1/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp124 ArrayRef<OptSpecifier> Exclude = None; in AddAllArgs() local
125 AddAllArgsExcept(Output, Ids, Exclude); in AddAllArgs()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h75 std::string Exclude; member
/freebsd-13.1/contrib/llvm-project/clang/include/clang/
H A Dmodule.modulemap9 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
167 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
/freebsd-13.1/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-phanbell.dts97 <&A53_0 0 1>; /* Exclude highest OPP */
103 <&A53_0 0 2>; /* Exclude two highest OPPs */
/freebsd-13.1/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in7 # Exclude input files from mangling
/freebsd-13.1/sys/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in7 # Exclude input files from mangling
/freebsd-13.1/sys/contrib/device-tree/src/arm64/realtek/
H A Drtd129x.dtsi56 /* Exclude up to 2 GiB of RAM */
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/
H A DOpts.td37 def without_aliases : FF<"without-aliases", "Exclude aliases from output">, Flags<[HelpHidden]>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1581 SetVector<SUnit *> &Exclude, in computePath() argument
1585 if (Exclude.contains(Cur)) in computePath()
1593 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1597 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp620 ExcludeRe = createRegexesFromString(Options.Exclude); in runOnModule()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp623 Options.Exclude = CodeGenOpts.ProfileExcludeFiles; in getGCOVOptions()
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dcms.pod340 Exclude the list of supported algorithms from signed attributes, other options
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DOptions.td195 defm exclude_libs: Eq<"exclude-libs", "Exclude static libraries from automatic export">;
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DOptions.td562 HelpText<"Exclude non-global symbols from the output symbol table">,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14502 ArrayRef<unsigned> Exclude = llvm::None) { in getListOfPossibleValues() argument
14505 unsigned Skipped = Exclude.size(); in getListOfPossibleValues()
14506 auto S = Exclude.begin(), E = Exclude.end(); in getListOfPossibleValues()
14838 unsigned Exclude[] = {OMPC_SCHEDULE_unknown}; in ActOnOpenMPScheduleClause() local
14841 Exclude); in ActOnOpenMPScheduleClause()
/freebsd-13.1/crypto/openssl/
H A DINSTALL493 Exclude SSE2 code paths from 32-bit x86 assembly modules.
/freebsd-13.1/contrib/file/
H A DChangeLog73 * Exclude surrogate pairs from utf-8 detection (Michael Liu)
/freebsd-13.1/contrib/ntp/
H A DNEWS3249 * Exclude undetermined sys_refid from use in loopback TEST12
3250 * Exclude MODE_SERVER responses from KoD rate limiting
3293 * Exclude the Undisciplined Local Clock and ACTS drivers from the initial
H A DChangeLog1908 * from 4.2.6p5-RC2: Exclude not-yet-determined sys_refid from use in
3157 * Exclude not-yet-determined sys_refid from use in loopback TEST12
/freebsd-13.1/contrib/openpam/m4/
H A Dlibtool.m44981 # Exclude shared library initialization/finalization symbols.

12