Searched refs:PrevV (Results 1 – 5 of 5) sorted by relevance
99 RefVal PrevV = *PrevT; in shouldGenerateNote() local104 assert(!PrevV.hasSameState(CurrV) && "The state should have changed."); in shouldGenerateNote()115 if (!PrevV.hasSameState(CurrV)) in shouldGenerateNote()119 if (PrevV.getCount() == CurrV.getCount()) { in shouldGenerateNote()121 if (PrevV.getAutoreleaseCount() == CurrV.getAutoreleaseCount()) in shouldGenerateNote()124 assert(PrevV.getAutoreleaseCount() < CurrV.getAutoreleaseCount()); in shouldGenerateNote()129 if (PrevV.getCount() > CurrV.getCount()) in shouldGenerateNote()142 CurrV.getIvarAccessHistory() != PrevV.getIvarAccessHistory()) { in shouldGenerateNote()
111 auto *PrevV = PHI->getIncomingValue(Idx - 1); in revert() local113 PHI->setIncomingValue(Idx, PrevV); in revert()
1164 Result::Ptr PrevV = nullptr; in getCodeForDag() local1173 if (PrevV) in getCodeForDag()1174 V->setPredecessor(PrevV); in getCodeForDag()1175 PrevV = V; in getCodeForDag()1177 return PrevV; in getCodeForDag()
1367 Value *PrevV = ASpanV[Index - 1].Seg.Val, *ThisV = ASpanV[Index].Seg.Val; in realignStoreGroup() local1369 assert(isSectorTy(PrevV->getType()) && isSectorTy(PrevM->getType())); in realignStoreGroup()1370 ASpanV[Index - 1].Seg.Val = HVC.vlalignb(Builder, PrevV, ThisV, AlignVal); in realignStoreGroup()
18813 Value *PrevV = EEIt->second.first; in vectorizeTree() local18814 if (auto *I = dyn_cast<Instruction>(PrevV); in vectorizeTree()18823 Ex = PrevV; in vectorizeTree()