Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1125 const VNInfo *CurVNI = Info.getAVLVNInfo(); in insertVSETVLI() local
1128 if (LI.getVNInfoBefore(SI) != CurVNI) { in insertVSETVLI()
1134 MachineBasicBlock *MBB = LIS->getMBBFromIndex(CurVNI->def); in insertVSETVLI()
1136 if (CurVNI->isPHIDef()) in insertVSETVLI()
1139 II = LIS->getInstructionFromIndex(CurVNI->def); in insertVSETVLI()