Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DIVDescriptors.h78 CastInsts.insert(CI.begin(), CI.end()); in RecurrenceDescriptor()
229 const SmallPtrSet<Instruction *, 8> &getCastInsts() const { return CastInsts; } in getCastInsts()
264 SmallPtrSet<Instruction *, 8> CastInsts; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DIVDescriptors.cpp257 SmallPtrSet<Instruction *, 4> CastInsts; in AddReductionVar() local
276 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar()
490 collectCastsToIgnore(TheLoop, ExitInstruction, RecurrenceType, CastInsts); in AddReductionVar()
502 IsSigned, IsOrdered, CastInsts); in AddReductionVar()
1096 SmallVectorImpl<Instruction *> &CastInsts) { in getCastsForInductionPHI() argument
1098 assert(CastInsts.empty() && "CastInsts is expected to be empty."); in getCastsForInductionPHI()
1152 if (!CastInsts.empty()) in getCastsForInductionPHI()
1155 CastInsts.push_back(Inst); in getCastsForInductionPHI()