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

  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 329 iterator SI, SJ;
336 Partition(iterator SI) : SI(SI), SJ(SI) {}
359 bool empty() const { return SI == SJ; }
371 iterator end() const { return SJ; }
461 if (P.SI != P.SJ) {
472 P.SI = P.SJ;
493 // current slice, and step SJ past it. The beginning offset of the
499 ++P.SJ;
510 while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 626 StoreInst *SI = cast<StoreInst>(I), *SJ = cast<StoreInst>(J);
628 JPtr = SJ->getPointerOperand();
630 JAlignment = SJ->getAlignment();
632 JAddressSpace = SJ->getPointerAddressSpace();
    [all...]

Completed in 77 milliseconds