Home
last modified time | relevance | path

Searched refs:areAllUsesIn (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4045 static bool areAllUsesIn(Instruction *I, SmallPtrSetImpl<Instruction *> &Set) { in areAllUsesIn() function
4138 if(IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()