Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h101 CastInsts.insert_range(CI); in RecurrenceDescriptor()
321 const SmallPtrSet<Instruction *, 8> &getCastInsts() const { return CastInsts; } in getCastInsts()
372 SmallPtrSet<Instruction *, 8> CastInsts; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp258 SmallPtrSet<Instruction *, 4> CastInsts; in AddReductionVar() local
278 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar()
590 collectCastInstrs(TheLoop, ExitInstruction, RecurrenceType, CastInsts, in AddReductionVar()
602 IsOrdered, CastInsts, MinWidthCastToRecurrenceType); in AddReductionVar()
1471 SmallVectorImpl<Instruction *> &CastInsts) { in getCastsForInductionPHI() argument
1473 assert(CastInsts.empty() && "CastInsts is expected to be empty."); in getCastsForInductionPHI()
1527 if (!CastInsts.empty()) in getCastsForInductionPHI()
1530 CastInsts.push_back(Inst); in getCastsForInductionPHI()