Searched refs:Exclude (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp412 const SmallInstructionSet &Exclude,
416 const SmallInstructionSet &Exclude,
421 const SmallInstructionSet &Exclude,
685 Instruction *Root, const SmallInstructionSet &Exclude,
703 if (L->contains(User) && !Exclude.count(User)) {
712 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) &&
723 const SmallInstructionSet &Exclude,
727 collectInLoopUserSet(Root, Exclude, Final, Users);
1018 SmallInstructionSet Exclude; local
1020 Exclude
684 collectInLoopUserSet( Instruction *Root, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
721 collectInLoopUserSet( const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
1078 nextInstr(int Val, UsesTy &In, const SmallInstructionSet &Exclude, UsesTy::iterator *StartI) argument
[all...]
/freebsd-12-stable/tools/tools/git/
H A Dgit-svn-init59 -p Exclude ports
60 -s Exclude src
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h84 std::string Exclude; member in struct:llvm::GCOVOptions
/freebsd-12-stable/share/mk/
H A Dlocal.gendirdeps.mk25 # Exclude toolchain which is handled special.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp124 ArrayRef<OptSpecifier> Exclude = None; local
125 AddAllArgsExcept(Output, Ids, Exclude);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1512 SetVector<SUnit *> &Exclude,
1516 if (Exclude.count(Cur) != 0)
1524 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited);
1528 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited);
1510 computePath(SUnit *Cur, SetVector<SUnit *> &Path, SetVector<SUnit *> &DestNodes, SetVector<SUnit *> &Exclude, SmallPtrSet<SUnit *, 8> &Visited) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp521 Options.Exclude = CodeGenOpts.ProfileExcludeFiles;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp572 ExcludeRe = createRegexesFromString(Options.Exclude);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6995 // Exclude loop var from the list of variables with implicitly defined data
11933 ArrayRef<unsigned> Exclude = llvm::None) {
11936 unsigned Skipped = Exclude.size();
11937 auto S = Exclude.begin(), E = Exclude.end();
12158 unsigned Exclude[] = {OMPC_SCHEDULE_unknown};
12161 Exclude);

Completed in 280 milliseconds