Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp554 VSETVLIInfo InInfo; in computeIncomingVLVTYPE() local
557 InInfo.setUnknown(); in computeIncomingVLVTYPE()
560 InInfo = InInfo.intersect(BlockInfo[P->getNumber()].Exit); in computeIncomingVLVTYPE()
564 if (!InInfo.isValid()) in computeIncomingVLVTYPE()
567 BBInfo.Pred = InInfo; in computeIncomingVLVTYPE()