Home | History | Annotate | Download | only in IPO

Lines Matching refs:MaybeLive

86     enum Liveness { Live, MaybeLive };
98 /// This maps a return value or argument to any MaybeLive return values or
99 /// arguments it uses. This allows the MaybeLive values to be marked live
364 return MaybeLive;
370 /// if it causes the used value to become MaybeLive.
398 Liveness Result = MaybeLive;
440 /// Adds all uses that cause the result to be MaybeLive to MaybeLiveRetUses. If
445 Liveness Result = MaybeLive;
468 RetVals RetValLiveness(RetCount, MaybeLive);
471 // These vectors map each return value to the uses that make it MaybeLive, so
473 // MaybeLive. Initialized to a list of RetCount empty lists.
562 // MaybeLive in MaybeLiveArgUses).
572 /// MaybeLive, it also takes all uses in MaybeLiveUses and records them in Uses,
579 case MaybeLive: