Searched refs:computeRegUnitInterval (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h332 computeRegUnitInterval(LI);
380 void computeRegUnitInterval(LiveInterval*);
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp517 /// computeRegUnitInterval - Compute the live interval of a register unit, based
520 void LiveIntervals::computeRegUnitInterval(LiveInterval *LI) { function in class:LiveIntervals
599 computeRegUnitInterval(NewIntvs[i]);

Completed in 17 milliseconds