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

References

tools/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
   51     SCOP_STAT(CFG, ""),
   52     SCOP_STAT(InvalidTerminator, "Unsupported terminator instruction"),
   53     SCOP_STAT(UnreachableInExit, "Unreachable in exit block"),
   54     SCOP_STAT(IrreducibleRegion, "Irreducible loops"),
   55     SCOP_STAT(LastCFG, ""),
   56     SCOP_STAT(AffFunc, ""),
   57     SCOP_STAT(UndefCond, "Undefined branch condition"),
   58     SCOP_STAT(InvalidCond, "Non-integer branch condition"),
   59     SCOP_STAT(UndefOperand, "Undefined operands in comparison"),
   60     SCOP_STAT(NonAffBranch, "Non-affine branch condition"),
   61     SCOP_STAT(NoBasePtr, "No base pointer"),
   62     SCOP_STAT(UndefBasePtr, "Undefined base pointer"),
   63     SCOP_STAT(VariantBasePtr, "Variant base pointer"),
   64     SCOP_STAT(NonAffineAccess, "Non-affine memory accesses"),
   65     SCOP_STAT(DifferentElementSize, "Accesses with differing sizes"),
   66     SCOP_STAT(LastAffFunc, ""),
   67     SCOP_STAT(LoopBound, "Uncomputable loop bounds"),
   68     SCOP_STAT(LoopHasNoExit, "Loop without exit"),
   69     SCOP_STAT(LoopHasMultipleExits, "Loop with multiple exits"),
   70     SCOP_STAT(LoopOnlySomeLatches, "Not all loop latches in scop"),
   71     SCOP_STAT(FuncCall, "Function call with side effects"),
   72     SCOP_STAT(NonSimpleMemoryAccess,
   74     SCOP_STAT(Alias, "Base address aliasing"),
   75     SCOP_STAT(Other, ""),
   76     SCOP_STAT(IntToPtr, "Integer to pointer conversions"),
   77     SCOP_STAT(Alloca, "Stack allocations"),
   78     SCOP_STAT(UnknownInst, "Unknown Instructions"),
   79     SCOP_STAT(Entry, "Contains entry block"),
   80     SCOP_STAT(Unprofitable, "Assumed to be unprofitable"),
   81     SCOP_STAT(LastOther, ""),