Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h119 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst() function
199 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst() function
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp364 ReduxDesc.getUnsafeAlgebraInst(), RecurrenceType, IsSigned, CastInsts); in AddReductionVar()
425 Instruction *UAI = Prev.getUnsafeAlgebraInst(); in isRecurrenceInstr()
433 return InstDesc(I, Prev.getMinMaxKind(), Prev.getUnsafeAlgebraInst()); in isRecurrenceInstr()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4620 Requirements->addUnsafeAlgebraInst(RedDes.getUnsafeAlgebraInst()); in canVectorizeInstrs()