Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h88 MinMaxKind(MRK_Invalid), UnsafeAlgebraInst(nullptr), in RecurrenceDescriptor()
95 UnsafeAlgebraInst(UAI), RecurrenceType(RT), IsSigned(Signed) { in RecurrenceDescriptor()
105 UnsafeAlgebraInst(UAI) {} in IsRecurrence()
109 UnsafeAlgebraInst(UAI) {} in IsRecurrence()
113 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; } in hasUnsafeAlgebra()
115 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst()
130 Instruction *UnsafeAlgebraInst; variable
185 bool hasUnsafeAlgebra() { return UnsafeAlgebraInst != nullptr; } in hasUnsafeAlgebra()
188 Instruction *getUnsafeAlgebraInst() { return UnsafeAlgebraInst; } in getUnsafeAlgebraInst()
239 Instruction *UnsafeAlgebraInst; variable
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1539 : NumRuntimePointerChecks(0), UnsafeAlgebraInst(nullptr) {} in LoopVectorizationRequirements()
1543 if (!UnsafeAlgebraInst) in addUnsafeAlgebraInst()
1544 UnsafeAlgebraInst = I; in addUnsafeAlgebraInst()
1552 if (UnsafeAlgebraInst && !Hints.allowReordering()) { in doesNotMeet()
1554 F->getContext(), Name, *F, UnsafeAlgebraInst->getDebugLoc(), in doesNotMeet()
1580 Instruction *UnsafeAlgebraInst; member in __anon63bf7e8f0111::LoopVectorizationRequirements