reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
  168     if (!UnsafeAlgebraInst)
  169       UnsafeAlgebraInst = I;
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
  243   if (UnsafeAlgebraInst && !Hints.allowReordering()) {
  246                  PassName, "CantReorderFPOps", UnsafeAlgebraInst->getDebugLoc(),
  247                  UnsafeAlgebraInst->getParent())