Home | History | Annotate | Download | only in X86

Lines Matching refs:isLive

58       // The logic in isLive() is too much for it.
193 /// isLive - Is RegNo currently live in the stack?
194 bool isLive(unsigned RegNo) const {
202 if (!isLive(i))
1329 assert(isLive(SrcFP) && "Cannot copy dead register");
1361 assert(!isLive(DstFP) && "Cannot copy ST to live FP register");
1365 assert(isLive(SrcFP) && "Scratch holding ST is dead");
1382 assert(isLive(SrcFP) && "Cannot copy dead register");
1639 if (isLive(FPReg))