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.cpp1309 VSETVLIInfo InInfo = BBInfo.Pred; in computeIncomingVLVTYPE() local
1312 InInfo.setUnknown(); in computeIncomingVLVTYPE()
1315 InInfo = InInfo.intersect(BlockInfo[P->getNumber()].Exit); in computeIncomingVLVTYPE()
1319 if (!InInfo.isValid()) in computeIncomingVLVTYPE()
1323 if (InInfo == BBInfo.Pred) in computeIncomingVLVTYPE()
1326 BBInfo.Pred = InInfo; in computeIncomingVLVTYPE()