Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp173 Instruction *ExitInstruction = nullptr; in AddReductionVar() local
295 if (ExitInstruction != nullptr || Cur == Phi) in AddReductionVar()
304 ExitInstruction = Cur; in AddReductionVar()
337 if (!FoundStartPHI || !FoundReduxOp || !ExitInstruction) in AddReductionVar()
344 if (!getSourceExtensionKind(Start, ExitInstruction, RecurrenceType, in AddReductionVar()
356 RdxStart, ExitInstruction, Kind, ReduxDesc.getMinMaxKind(), in AddReductionVar()