Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveRangeCalc.h231 void calculate(LiveInterval &LI, bool TrackSubRegs);
H A DLiveRangeCalc.cpp75 void LiveRangeCalc::calculate(LiveInterval &LI, bool TrackSubRegs) { in calculate() argument
88 if (LI.hasSubRanges() || (SubReg != 0 && TrackSubRegs)) { in calculate()