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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 389 void computeVirtRegInterval(LiveInterval*);
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 163 /// computeVirtRegInterval - Compute the live interval of a virtual register,
165 void LiveIntervals::computeVirtRegInterval(LiveInterval *LI) {
180 computeVirtRegInterval(LI);
    [all...]

Completed in 24 milliseconds