Home | History | Annotate | Download | only in X86

Lines Matching refs:isLive

57       // The logic in isLive() is too much for it.
195 /// isLive - Is RegNo currently live in the stack?
196 bool isLive(unsigned RegNo) const {
204 if (!isLive(i))
1331 assert(isLive(SrcFP) && "Cannot copy dead register");
1363 assert(!isLive(DstFP) && "Cannot copy ST to live FP register");
1367 assert(isLive(SrcFP) && "Scratch holding ST is dead");
1384 assert(isLive(SrcFP) && "Cannot copy dead register");
1641 if (isLive(FPReg))