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

  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 91 // Live-in value filled in by updateSSA once it is known.
100 /// used as a work list by updateSSA(). The low-level interface may also be
117 /// updateSSA - Compute the values that will be live in to all requested
122 void updateSSA();
LiveRangeCalc.cpp 253 updateSSA();
333 // Both updateSSA() and LiveRangeUpdater benefit from ordered blocks, but
356 // where UpdateSSA will use it as a work list.
372 void LiveRangeCalc::updateSSA() {

Completed in 59 milliseconds