Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h100 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/
DLoopUtils.h98 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/
DLoopUtils.cpp230 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/
DLoopUtils.cpp198 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()