Searched refs:AvailableVals (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h74 AvailableValsTy *AvailableVals;
87 Updater(U), AvailableVals(A), InsertedPHIs(Ins) {}
89 /// GetValue - Check to see if AvailableVals has an entry for the specified
100 (*AvailableVals)[BB] = V;
149 ValT PredVal = AvailableVals->lookup(Pred);
257 (*AvailableVals)[Pred->BB] = Pred->AvailableVal;
341 (*AvailableVals)[Info->BB] = Singular;
375 (*AvailableVals)[Info->BB] = PHI;
387 (*AvailableVals)[Info->BB] = Info->DefBB->AvailableVal;
476 /// the BBMap and the AvailableVals mappin
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp143 /// In this case, there are two values (X1 and X2) added to the AvailableVals
359 /// GetValueAtEndOfBlockInternal - Check to see if AvailableVals has an entry
366 AvailableValsTy &AvailableVals = getAvailableVals(AV); local
367 Register ExistingVal = AvailableVals.lookup(BB);
371 SSAUpdaterImpl<MachineSSAUpdater> Impl(this, &AvailableVals, InsertedPHIs);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp355 /// Check to see if AvailableVals has an entry for the specified BB and if so,
359 AvailableValsTy &AvailableVals = getAvailableVals(AV); local
360 if (Value *V = AvailableVals[BB])
363 SSAUpdaterImpl<SSAUpdater> Impl(this, &AvailableVals, InsertedPHIs);

Completed in 70 milliseconds