HomeSort by: relevance | last modified time | path
    Searched refs:updateSSA (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeCalc.h 115 // Live-in value filled in by updateSSA once it is known.
124 /// used as a work list by updateSSA(). The low-level interface may also be
153 /// updateSSA - Compute the values that will be live in to all requested
158 void updateSSA();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
JumpThreading.h 117 void updateSSA(BasicBlock *BB, BasicBlock *NewBB,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeCalc.cpp 120 updateSSA();
275 // Both updateSSA() and LiveRangeUpdater benefit from ordered blocks, but
312 // where UpdateSSA will use it as a work list.
329 void LiveRangeCalc::updateSSA() {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 2028 void JumpThreadingPass::updateSSA(
2313 updateSSA(PredBB, NewBB, ValueMapping);
2430 updateSSA(BB, NewBB, ValueMapping);
2712 updateSSA(BB, PredBB, ValueMapping);

Completed in 20 milliseconds