Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isStart

341   /// starting or ending are added to the vector "slots" and "isStart" is set
346 bool &isStart);
446 bool &isStart)
457 isStart = false;
461 isStart = true;
479 isStart = true;
590 bool isStart = false;
592 if (isLifetimeStartOrEnd(MI, slots, isStart)) {
593 if (!isStart) {
693 bool IsStart = false;
694 if (!isLifetimeStartOrEnd(MI, slots, IsStart))
698 if (IsStart) {