HomeSort by relevance Sort by last modified time
    Searched defs:Pairs (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 37 // Some non-linear subscript pairs can be handled by the GCD test
74 STATISTIC(TotalArrayPairs, "Array pairs tested");
75 STATISTIC(SeparableSubscriptPairs, "Separable subscript pairs");
76 STATISTIC(CoupledSubscriptPairs, "Coupled subscript pairs");
77 STATISTIC(NonlinearSubscriptPairs, "Nonlinear subscript pairs");
    [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 125 NamedImmMapper(const Mapping (&Pairs)[N], uint32_t TooBigImm)
126 : Pairs(&Pairs[0]), NumPairs(N), TooBigImm(TooBigImm) {}
136 const Mapping *Pairs;

Completed in 60 milliseconds