Home
last modified time | relevance | path

Searched refs:InInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1317 VSETVLIInfo InInfo = BBInfo.Pred; in computeIncomingVLVTYPE() local
1320 InInfo.setUnknown(); in computeIncomingVLVTYPE()
1323 InInfo = InInfo.intersect(BlockInfo[P->getNumber()].Exit); in computeIncomingVLVTYPE()
1327 if (!InInfo.isValid()) in computeIncomingVLVTYPE()
1331 if (InInfo == BBInfo.Pred) in computeIncomingVLVTYPE()
1334 BBInfo.Pred = InInfo; in computeIncomingVLVTYPE()