Lines Matching refs:LiveIn
462 auto &LiveIn = Func->getLiveness()->getLiveIn(this); in advancedPhiLowering() local
463 if (VarNum < LiveIn.size()) { in advancedPhiLowering()
464 assert(!LiveIn[VarNum]); in advancedPhiLowering()
465 LiveIn[VarNum] = true; in advancedPhiLowering()
676 const LivenessBV &LiveIn = Liveness->getLiveIn(Succ); in liveness() local
677 assert(LiveIn.empty() || LiveIn.size() == NumGlobalVars); in liveness()
678 Live |= LiveIn; in liveness()
736 LivenessBV &LiveIn = Liveness->getLiveIn(this); in liveness() local
737 assert(LiveIn.empty() || LiveIn.size() == NumGlobalVars); in liveness()
739 Live |= LiveIn; in liveness()
742 bool LiveInChanged = (Live != LiveIn); in liveness()
745 LiveIn = Live; in liveness()
816 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in livenessAddIntervals() local
829 LiveInAndOut = LiveIn; in livenessAddIntervals()
1389 const LivenessBV &LiveIn = Liveness->getLiveIn(this); in dump() local
1391 for (SizeT i = 0; i < LiveIn.size(); ++i) { in dump()
1392 if (LiveIn[i]) { in dump()