Searched defs:Exclude (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusRegion.h209 Region::Exclude(IN const RectF& rect) function in class:Region
215 Region::Exclude(IN const Rect& rect) function in class:Region
221 Region::Exclude(IN const GraphicsPath* path) function in class:Region
227 Region::Exclude(IN const Region* region) function in class:Region
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp321 const SmallInstructionSet &Exclude,
326 const SmallInstructionSet &Exclude,
473 Instruction *Root, const SmallInstructionSet &Exclude,
491 if (L->contains(User) && !Exclude.count(User)) {
500 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) &&
511 const SmallInstructionSet &Exclude,
516 collectInLoopUserSet(L, *I, Exclude, Final, Users);
821 SmallInstructionSet Exclude(AllRoots);
822 Exclude.insert(LoopIncs.begin(), LoopIncs.end());
825 collectInLoopUserSet(L, IV, Exclude, PossibleRedSe
472 collectInLoopUserSet(Loop *L, Instruction *Root, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
509 collectInLoopUserSet(Loop *L, const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
[all...]

Completed in 197 milliseconds