Home | History | Annotate | Download | only in codegen

Lines Matching refs:isAdjacent

1300    Record *findRecord(const Instruction *, bool load, bool& isAdjacent) const;
1712 bool isAdjacent = true;
1750 rec = findRecord(ldst, false, isAdjacent);
1751 if (rec && !isAdjacent)
1756 rec = keep ? findRecord(ldst, true, isAdjacent) : NULL;
1758 isAdjacent)
1767 rec = findRecord(ldst, false, isAdjacent);
1769 if (!isAdjacent)