OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SJ
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
SROA.cpp
342
iterator SI,
SJ
;
349
Partition(iterator SI) : SI(SI),
SJ
(SI) {}
372
bool empty() const { return SI ==
SJ
; }
384
iterator end() const { return
SJ
; }
474
if (P.SI != P.
SJ
) {
485
P.SI = P.
SJ
;
506
// current slice, and step
SJ
past it. The beginning offset of the
512
++P.
SJ
;
523
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 69 milliseconds