Lines Matching refs:Exit
699 VSETVLIInfo Exit; member
1097 InInfo = InInfo.intersect(BlockInfo[P->getNumber()].Exit); in computeIncomingVLVTYPE()
1121 if (BBInfo.Exit == TmpStatus) in computeIncomingVLVTYPE()
1124 BBInfo.Exit = TmpStatus; in computeIncomingVLVTYPE()
1126 << " changed to " << BBInfo.Exit << "\n"); in computeIncomingVLVTYPE()
1162 if (PBBInfo.Exit.isUnknown() || !PBBInfo.Exit.hasSameVTYPE(Require)) in needVSETVLIPHI()
1173 if (!DefInfo.hasSameAVL(PBBInfo.Exit) || in needVSETVLIPHI()
1174 !DefInfo.hasSameVTYPE(PBBInfo.Exit)) in needVSETVLIPHI()
1242 const VSETVLIInfo &ExitInfo = BlockInfo[MBB.getNumber()].Exit; in emitVSETVLIs()
1256 if (CurInfo != Info.Exit) { in emitVSETVLIs()
1259 LLVM_DEBUG(dbgs() << " expected end state: " << Info.Exit << "\n"); in emitVSETVLIs()
1262 assert(CurInfo == Info.Exit && in emitVSETVLIs()
1303 const VSETVLIInfo &PredInfo = BlockInfo[P->getNumber()].Exit; in doPRE()
1348 auto OldInfo = BlockInfo[UnavailablePred->getNumber()].Exit; in doPRE()
1352 BlockInfo[UnavailablePred->getNumber()].Exit = AvailableInfo; in doPRE()
1466 BBInfo.Exit = BBInfo.Change; in runOnMachineFunction()
1468 << " is " << BBInfo.Exit << "\n"); in runOnMachineFunction()