HomeSort by: relevance | last modified time | path
    Searched refs:Exclude (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 422 const SmallInstructionSet &Exclude,
426 const SmallInstructionSet &Exclude,
431 const SmallInstructionSet &Exclude,
687 // use set (even if they are users). This is used, for example, to exclude
695 Instruction *Root, const SmallInstructionSet &Exclude,
713 if (L->contains(User) && !Exclude.count(User)) {
721 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) &&
732 const SmallInstructionSet &Exclude,
736 collectInLoopUserSet(Root, Exclude, Final, Users);
1033 SmallInstructionSet Exclude;
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Instrumentation.h 75 std::string Exclude;
  /src/external/apache2/llvm/dist/llvm/lib/Option/
ArgList.cpp 121 /// This is a nicer interface when you don't have a list of Ids to exclude.
124 ArrayRef<OptSpecifier> Exclude = None;
125 AddAllArgsExcept(Output, Ids, Exclude);
  /src/external/gpl3/gcc/dist/contrib/
compareSumTests3 75 C<-x X:Y>: Exclude differences between the two indicated runs.
  /src/external/gpl3/gcc.old/dist/contrib/
compareSumTests3 75 C<-x X:Y>: Exclude differences between the two indicated runs.
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachinePipeliner.cpp 1226 // Add any successor to the adjacency matrix and exclude duplicates.
1581 SetVector<SUnit *> &Exclude,
1585 if (Exclude.contains(Cur))
1593 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited);
1597 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 615 Options.Exclude = CodeGenOpts.ProfileExcludeFiles;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 620 ExcludeRe = createRegexesFromString(Options.Exclude);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 8623 // Exclude loop var from the list of variables with implicitly defined data
14148 ArrayRef<unsigned> Exclude = llvm::None) {
14151 unsigned Skipped = Exclude.size();
14152 auto S = Exclude.begin(), E = Exclude.end();
14461 unsigned Exclude[] = {OMPC_SCHEDULE_unknown};
14464 Exclude);
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 236 --exclude=<regexp> Exclude all nodes that match <regexp>
425 "exclude=s" => \$main::opt_exclude,
3465 push(@params, sprintf("exclude=%s", URLEncode($main::opt_exclude)));
  /src/external/bsd/jemalloc/dist/bin/
jeprof 237 --exclude=<regexp> Exclude all nodes that match <regexp>
426 "exclude=s" => \$main::opt_exclude,
3490 push(@params, sprintf("exclude=%s", URLEncode($main::opt_exclude)));
jeprof.in 237 --exclude=<regexp> Exclude all nodes that match <regexp>
426 "exclude=s" => \$main::opt_exclude,
3490 push(@params, sprintf("exclude=%s", URLEncode($main::opt_exclude)));

Completed in 102 milliseconds