Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4085 SmallPtrSet<Instruction *, 8> VisitedInsts; in AddReductionVar() local
4088 VisitedInsts.insert(Phi); in AddReductionVar()
4124 !VisitedInsts.count(dyn_cast<Instruction>(Cur->getOperand(0)))) in AddReductionVar()
4134 hasMultipleUsesOf(Cur, VisitedInsts)) in AddReductionVar()
4138 if(IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
4183 if (VisitedInsts.insert(UI).second) { in AddReductionVar()