Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isLiveOut

890       bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ));
891 if (isLiveOut && isLastMBB) {
895 } else if (!isLiveOut && !isLastMBB) {