Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1091 VSETVLIInfo InInfo; in computeIncomingVLVTYPE() local
1094 InInfo.setUnknown(); in computeIncomingVLVTYPE()
1097 InInfo = InInfo.intersect(BlockInfo[P->getNumber()].Exit); in computeIncomingVLVTYPE()
1101 if (!InInfo.isValid()) in computeIncomingVLVTYPE()
1105 if (InInfo == BBInfo.Pred) in computeIncomingVLVTYPE()
1108 BBInfo.Pred = InInfo; in computeIncomingVLVTYPE()