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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 149 /// dupInterval - Duplicate a live interval. The caller is responsible for
151 LiveInterval *dupInterval(LiveInterval *li);
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 731 /// dupInterval - Duplicate a live interval. The caller is responsible for
733 LiveInterval* LiveIntervals::dupInterval(LiveInterval *li) {
    [all...]

Completed in 2003 milliseconds