Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1233 for (VPValue *OldLiveIn : VPLiveInsToFree) { in duplicate()
1234 Old2NewVPValues[OldLiveIn] = in duplicate()
1235 NewPlan->getOrAddLiveIn(OldLiveIn->getLiveInIRValue()); in duplicate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp3327 const SetVector<Value *> &OldLiveIn = Data.LiveIn[BB]; in computeLiveInValues() local
3329 if (OldLiveIn.size() != LiveTmp.size()) { in computeLiveInValues()