Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1189 VSETVLIInfo InInfo = BBInfo.Pred; in computeIncomingVLVTYPE() local
1192 InInfo.setUnknown(); in computeIncomingVLVTYPE()
1195 InInfo = InInfo.intersect(BlockInfo[P->getNumber()].Exit); in computeIncomingVLVTYPE()
1199 if (!InInfo.isValid()) in computeIncomingVLVTYPE()
1203 if (InInfo == BBInfo.Pred) in computeIncomingVLVTYPE()
1206 BBInfo.Pred = InInfo; in computeIncomingVLVTYPE()