Lines Matching refs:VNInfo
30 void LiveRangeCalc::updateLiveIns(VNInfo *OverrideVNI, SlotIndexes *Indexes) { in updateLiveIns()
37 VNInfo *VNI = OverrideVNI ? OverrideVNI : I->Value; in updateLiveIns()
61 VNInfo::Allocator *Alloc) { in extend()
78 VNInfo *VNI = findReachingDefs(LI, KillMBB, Kill, Indexes, DomTree); in extend()
93 VNInfo::Allocator *Alloc) { in calculateValues()
101 VNInfo *LiveRangeCalc::findReachingDefs(LiveInterval *LI, in findReachingDefs()
111 VNInfo *TheVNI = 0; in findReachingDefs()
123 if (VNInfo *VNI = LiveOut[Pred].first) { in findReachingDefs()
136 VNInfo *VNI = LI->extendInBlock(Start, End); in findReachingDefs()
173 VNInfo::Allocator *Alloc) { in updateSSA()
240 VNInfo *VNI = I->LI->getNextValue(Start, 0, *Alloc); in updateSSA()