Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp418 const SmallInstructionSet &Exclude,
422 const SmallInstructionSet &Exclude,
427 const SmallInstructionSet &Exclude,
686 Instruction *Root, const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument
704 if (L->contains(User) && !Exclude.count(User)) { in collectInLoopUserSet()
712 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) && in collectInLoopUserSet()
723 const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument
727 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet()
1026 SmallInstructionSet Exclude; in collectUsedInstructions() local
1028 Exclude.insert(DRS.Roots.begin(), DRS.Roots.end()); in collectUsedInstructions()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h29 Exclude, enumerator
125 bool isExclude() const { return K == Exclude; } in isExclude()
189 static SectionKind getExclude() { return get(Exclude); } in getExclude()
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dlibgcc-excl.ver1 # Exclude various symbols which should not be visible in libgcc.so for SH.
/openbsd-src/gnu/llvm/llvm/include/llvm/
H A Dmodule.modulemap27 // Exclude these; they're intended to be included into only a single
182 // Exclude this; it's an optional component of the ExecutionEngine.
185 // Exclude these; they're intended to be included into only a single
190 // Exclude headers from LLVM_OrcSupport.
420 // Exclude this; it should only be used on Windows.
423 // Exclude these; they are fundamentally non-modular.
/openbsd-src/gnu/llvm/llvm/include/llvm/InterfaceStub/
H A DIFSHandler.h58 const std::vector<std::string> &Exclude = {});
/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DArgList.cpp130 ArrayRef<OptSpecifier> Exclude = std::nullopt; in AddAllArgs() local
131 AddAllArgsExcept(Output, Ids, Exclude); in AddAllArgs()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/
H A DInstrumentation.h77 std::string Exclude; member
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp335 const std::vector<std::string> &Exclude) { in filterIFSSyms() argument
346 for (StringRef Glob : Exclude) { in filterIFSSyms()
/openbsd-src/gnu/llvm/clang/include/clang/
H A Dmodule.modulemap9 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
181 // FIXME: Exclude these headers to avoid pulling all of the AST matchers
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A DOpts.td39 def without_aliases : FF<"without-aliases", "Exclude aliases from output">, Flags<[HelpHidden]>;
56 def no_rsrc : FF<"no-rsrc", "Exclude resource file symbols (__rsrc) from the export symbol list.">,…
/openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp109 std::vector<std::string> Exclude; member
370 Config.Exclude.push_back(A->getValue()); in parseArgs()
507 if (Error E = filterIFSSyms(Stub, Config.StripUndefined, Config.Exclude)) in llvm_ifs_main()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/History/
H A DMeta_1_2.pod455 (Spec 1.1) [optional] Exclude any listed file(s).
459 (Spec 1.1) [optional] Exclude anything below the listed
464 (Spec 1.1) [optional] Exclude the listed package(s).
H A DMeta_1_3.pod454 (Spec 1.1) [optional] Exclude any listed file(s).
458 (Spec 1.1) [optional] Exclude anything below the listed
467 (Spec 1.1) [optional] Exclude the listed package(s).
H A DMeta_1_4.pod468 (Spec 1.1) [optional] Exclude any listed file(s).
472 (Spec 1.1) [optional] Exclude anything below the listed
481 (Spec 1.1) [optional] Exclude the listed package(s).
/openbsd-src/gnu/llvm/llvm/tools/llvm-shlib/
H A DCMakeLists.txt20 # Exclude libLLVMTableGen for the following reasons:
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DLLVMExternalProjectUtils.cmake40 # Exclude this project from the all target
/openbsd-src/gnu/llvm/lld/MinGW/
H A DOptions.td66 "Exclude symbols from automatic export">, MetaVarName<"<symbol[,symbol,...]>">;
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-nm.rst304 Exclude resource file symbols (``__rsrc``) from export symbol list.
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1525 SetVector<SUnit *> &Exclude, in computePath() argument
1529 if (Exclude.contains(Cur)) in computePath()
1539 computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
1543 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath()
/openbsd-src/gnu/llvm/lld/COFF/
H A DOptions.td48 def exclude_symbols : P<"exclude-symbols", "Exclude symbols from automatic export">,
/openbsd-src/gnu/usr.bin/perl/vms/
H A Ddescrip_mms.template570 Backup/Log/Verify [.lib.auto...]*.*;/Exclude=(*.al,*.ix) 'archroot'/New_Version
776 - If F$Search("*.Opt").nes."" Then Delete/NoConfirm/Log *.Opt;*/Exclude=PerlShr_*.Opt
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A DCMakeLists.txt791 # Exclude any double-precision builtins if VFP is single-precision-only
/openbsd-src/gnu/usr.bin/binutils/ld/po/
H A Dld.pot133 " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n"
138 " --exclude-libs lib,lib,... Exclude libraries from automatic "
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp511 Options.Exclude = CodeGenOpts.ProfileExcludeFiles; in getGCOVOptions()
/openbsd-src/gnu/usr.bin/binutils-2.17/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 "

1234