Searched refs:CastInsts (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IVDescriptors.h | 84 CastInsts.insert(CI.begin(), CI.end()); in RecurrenceDescriptor() 249 const SmallPtrSet<Instruction *, 8> &getCastInsts() const { return CastInsts; } in getCastInsts() 300 SmallPtrSet<Instruction *, 8> CastInsts; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 256 SmallPtrSet<Instruction *, 4> CastInsts; in AddReductionVar() local 276 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar() 588 collectCastInstrs(TheLoop, ExitInstruction, RecurrenceType, CastInsts, in AddReductionVar() 600 IsOrdered, CastInsts, MinWidthCastToRecurrenceType); in AddReductionVar() 1363 SmallVectorImpl<Instruction *> &CastInsts) { in getCastsForInductionPHI() argument 1365 assert(CastInsts.empty() && "CastInsts is expected to be empty."); in getCastsForInductionPHI() 1419 if (!CastInsts.empty()) in getCastsForInductionPHI() 1422 CastInsts.push_back(Inst); in getCastsForInductionPHI()
|