Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp180 Instruction *ExitInstruction = nullptr; in AddReductionVar() local
302 if (ExitInstruction != nullptr || Cur == Phi) in AddReductionVar()
311 ExitInstruction = Cur; in AddReductionVar()
344 if (!FoundStartPHI || !FoundReduxOp || !ExitInstruction) in AddReductionVar()
351 if (!getSourceExtensionKind(Start, ExitInstruction, RecurrenceType, in AddReductionVar()
363 RdxStart, ExitInstruction, Kind, ReduxDesc.getMinMaxKind(), in AddReductionVar()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp212 Instruction *ExitInstruction = nullptr; in AddReductionVar() local
333 if (ExitInstruction == Cur) in AddReductionVar()
340 if (ExitInstruction != nullptr || Cur == Phi) in AddReductionVar()
349 ExitInstruction = Cur; in AddReductionVar()
382 if (!FoundStartPHI || !FoundReduxOp || !ExitInstruction) in AddReductionVar()
412 computeRecurrenceType(ExitInstruction, DB, AC, DT); in AddReductionVar()
425 collectCastsToIgnore(TheLoop, ExitInstruction, RecurrenceType, CastInsts); in AddReductionVar()
436 RdxStart, ExitInstruction, Kind, ReduxDesc.getMinMaxKind(), in AddReductionVar()