Searched refs:calculateValues (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveRangeCalc.h195 // Then call calculateValues() to compute the actual value that is
200 /// calculateValues() function will not add liveness for MBB, the caller
212 /// has been determined, calculateValues() will add liveness to LI.
225 /// calculateValues - Calculate the value that will be live-in to each block
232 void calculateValues();
H A DLiveRangeCalc.cpp154 calculateValues();
161 void LiveRangeCalc::calculateValues() { function in class:LiveRangeCalc
H A DSplitKit.cpp937 LRCalc[0].calculateValues();
939 LRCalc[1].calculateValues();

Completed in 84 milliseconds