Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h399 computeRegUnitRange(*LR, Unit); in getRegUnit()
471 void computeRegUnitRange(LiveRange&, unsigned Unit);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp268 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange() function in LiveIntervals
352 computeRegUnitRange(*RegUnitRanges[Unit], Unit); in computeLiveInRegUnits()