Home
last modified time | relevance | path

Searched refs:computeRegUnitRange (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h399 computeRegUnitRange(*LR, Unit); in getRegUnit()
471 void computeRegUnitRange(LiveRange&, unsigned Unit);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp278 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange() function in LiveIntervals
362 computeRegUnitRange(*RegUnitRanges[Unit], Unit); in computeLiveInRegUnits()