Searched refs:CastInsts (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 100 CastInsts.insert(CI.begin(), CI.end()); in RecurrenceDescriptor() 234 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; } in getCastInsts() 256 SmallPtrSet<Instruction *, 8> CastInsts; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 98 CastInsts.insert(CI.begin(), CI.end()); in RecurrenceDescriptor() 228 SmallPtrSet<Instruction *, 8> &getCastInsts() { return CastInsts; } in getCastInsts() 250 SmallPtrSet<Instruction *, 8> CastInsts; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 230 SmallPtrSet<Instruction *, 4> CastInsts; in AddReductionVar() local 249 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar() 425 collectCastsToIgnore(TheLoop, ExitInstruction, RecurrenceType, CastInsts); in AddReductionVar() 437 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar() 961 SmallVectorImpl<Instruction *> &CastInsts) { in getCastsForInductionPHI() argument 963 assert(CastInsts.empty() && "CastInsts is expected to be empty."); in getCastsForInductionPHI() 1017 if (!CastInsts.empty()) in getCastsForInductionPHI() 1020 CastInsts.push_back(Inst); in getCastsForInductionPHI()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 198 SmallPtrSet<Instruction *, 4> CastInsts; in AddReductionVar() local 217 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar() 352 IsSigned, VisitedInsts, CastInsts)) in AddReductionVar() 364 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar()
|