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

  /external/llvm/lib/CodeGen/
LiveRangeCalc.h 201 // Then call calculateValues() to compute the actual value that is
206 /// calculateValues() function will not add liveness for MBB, the caller
218 /// has been determined, calculateValues() will add liveness to LI.
231 /// calculateValues - Calculate the value that will be live-in to each block
238 void calculateValues();
LiveRangeCalc.cpp 243 calculateValues();
250 void LiveRangeCalc::calculateValues() {
SplitKit.cpp     [all...]

Completed in 41 milliseconds