Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp195 SmallPtrSet<Instruction *, 8> VisitedInsts; in AddReductionVar() local
210 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar()
214 VisitedInsts.insert(Start); in AddReductionVar()
250 !VisitedInsts.count(dyn_cast<Instruction>(Cur->getOperand(0)))) in AddReductionVar()
264 hasMultipleUsesOf(Cur, VisitedInsts)) in AddReductionVar()
268 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar()
312 if (VisitedInsts.insert(UI).second) { in AddReductionVar()
345 IsSigned, VisitedInsts, CastInsts)) in AddReductionVar()