Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VNInfo

32                           VNInfo::Allocator *VNIA) {
43 static void createDeadDef(SlotIndexes &Indexes, VNInfo::Allocator &Alloc,
137 for (const VNInfo *VNI : SR.valnos) {
253 // VNInfo SSA form. Perform a search for all predecessor blocks where we
254 // know the dominating VNInfo.
283 VNInfo *TheVNI = nullptr;
316 if (VNInfo *VNI = Map[Pred].first) {
329 VNInfo *VNI = LR.extendInBlock(Start, End);
451 assert(Alloc && "Need VNInfo allocator to create PHI-defs");
455 VNInfo *VNI = LR.getNextValue(Start, *Alloc);