HomeSort by relevance Sort by last modified time
    Searched refs:SSAUpdate (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 98 SSAUpdater SSAUpdate;
99 SSAUpdate.Initialize(Inst.getType(), Inst.getName());
111 if (SSAUpdate.HasValueForBlock(ExitBB))
133 SSAUpdate.AddAvailableValue(ExitBB, PN);
140 // This is required for correctness because SSAUpdate doesn't handle uses in
157 SSAUpdate.RewriteUse(*UsesToRewrite[i]);
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]
GVN.cpp     [all...]
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 226 MachineSSAUpdater SSAUpdate(MF, &NewPHIs);
246 SSAUpdate.Initialize(VReg);
254 SSAUpdate.AddAvailableValue(DefBB, VReg);
263 SSAUpdate.AddAvailableValue(SrcBB, SrcReg);
273 // SSAUpdate can replace the use with an undef. That creates
275 // FIXME: Should it SSAUpdate job to delete debug instructions
282 SSAUpdate.RewriteUse(UseMO);
    [all...]

Completed in 248 milliseconds