OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSAUpdate
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Utils/
LCSSA.cpp
212
SSAUpdater
SSAUpdate
;
213
SSAUpdate
.Initialize(Inst->getType(), Inst->getName());
223
if (
SSAUpdate
.HasValueForBlock(ExitBB)) continue;
246
SSAUpdate
.AddAvailableValue(ExitBB, PN);
253
// This is required for correctness because
SSAUpdate
doesn't handle uses in
268
SSAUpdate
.RewriteUse(*UsesToRewrite[i]);
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
[
all
...]
GVN.cpp
[
all
...]
/external/llvm/lib/CodeGen/
TailDuplication.cpp
201
MachineSSAUpdater
SSAUpdate
(MF, &NewPHIs);
221
SSAUpdate
.Initialize(VReg);
229
SSAUpdate
.AddAvailableValue(DefBB, VReg);
238
SSAUpdate
.AddAvailableValue(SrcBB, SrcReg);
248
//
SSAUpdate
can replace the use with an undef. That creates
250
// FIXME: Should it
SSAUpdate
job to delete debug instructions
257
SSAUpdate
.RewriteUse(UseMO);
[
all
...]
Completed in 50 milliseconds