Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h77 CastInsts.insert(CI.begin(), CI.end()); in RecurrenceDescriptor()
228 const SmallPtrSet<Instruction *, 8> &getCastInsts() const { return CastInsts; } in getCastInsts()
263 SmallPtrSet<Instruction *, 8> CastInsts; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A 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()
1070 SmallVectorImpl<Instruction *> &CastInsts) { in getCastsForInductionPHI() argument
1072 assert(CastInsts.empty() && "CastInsts is expected to be empty."); in getCastsForInductionPHI()
1126 if (!CastInsts.empty()) in getCastsForInductionPHI()
1129 CastInsts.push_back(Inst); in getCastsForInductionPHI()