OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AvailableVals
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp
134
/// In this case, there are two values (X1 and X2) added to the
AvailableVals
237
AvailableValsTy &
AvailableVals
= getAvailableVals(AV);
239
I =
AvailableVals
.begin(), E =
AvailableVals
.end(); I != E; ++I)
360
/// GetValueAtEndOfBlockInternal - Check to see if
AvailableVals
has an entry
365
AvailableValsTy &
AvailableVals
= getAvailableVals(AV);
366
if (unsigned V =
AvailableVals
[BB])
369
SSAUpdaterImpl<MachineSSAUpdater> Impl(this, &
AvailableVals
, InsertedPHIs);
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h
60
AvailableValsTy *
AvailableVals
;
72
Updater(U),
AvailableVals
(A), InsertedPHIs(Ins) { }
74
/// GetValue - Check to see if
AvailableVals
has an entry for the specified
85
(*
AvailableVals
)[BB] = V;
135
ValT PredVal =
AvailableVals
->lookup(Pred);
243
(*
AvailableVals
)[Pred->BB] = Pred->AvailableVal;
335
(*
AvailableVals
)[Info->BB] = PHI;
348
(*
AvailableVals
)[Info->BB] = Info->DefBB->AvailableVal;
441
/// the BBMap and the
AvailableVals
mapping.
448
(*
AvailableVals
)[BB] = PHIVal
[
all
...]
/external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
109
/// In this case, there are two values (X1 and X2) added to the
AvailableVals
342
/// GetValueAtEndOfBlockInternal - Check to see if
AvailableVals
has an entry
347
AvailableValsTy &
AvailableVals
= getAvailableVals(AV);
348
if (Value *V =
AvailableVals
[BB])
351
SSAUpdaterImpl<SSAUpdater> Impl(this, &
AvailableVals
, InsertedPHIs);
Completed in 20 milliseconds