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

  /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/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...]

Completed in 27 milliseconds