Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VNI

431   VNInfo *VNI = LRQ.valueIn();
433 // VNI will be valid because MachineOperand::readsReg() is checked by caller.
434 assert(VNI && "No value to read by operand");
435 MachineInstr *Def = LIS->getInstructionFromIndex(VNI->def);