Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp210 Instruction *ExitInstruction = nullptr; in AddReductionVar() local
346 if (ExitInstruction == Cur) in AddReductionVar()
353 if (ExitInstruction != nullptr || Cur == Phi) in AddReductionVar()
362 ExitInstruction = Cur; in AddReductionVar()
396 if (!FoundStartPHI || !FoundReduxOp || !ExitInstruction) in AddReductionVar()
426 computeRecurrenceType(ExitInstruction, DB, AC, DT); in AddReductionVar()
439 collectCastsToIgnore(TheLoop, ExitInstruction, RecurrenceType, CastInsts); in AddReductionVar()
450 RdxStart, ExitInstruction, Kind, FMF, ReduxDesc.getMinMaxKind(), in AddReductionVar()