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

  /external/llvm/lib/Transforms/Utils/
LCSSA.cpp 106 SSAUpdater SSAUpdate;
107 SSAUpdate.Initialize(Inst.getType(), Inst.getName());
116 if (SSAUpdate.HasValueForBlock(ExitBB))
138 SSAUpdate.AddAvailableValue(ExitBB, PN);
157 // This is required for correctness because SSAUpdate doesn't handle uses in
174 SSAUpdate.RewriteUse(*UseToRewrite);
  /external/swiftshader/third_party/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/CodeGen/
WinEHPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
JumpThreading.cpp     [all...]

Completed in 406 milliseconds