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

  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 187 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const {
190 bool shouldTrackSubRegLiveness(unsigned VReg) const {
192 return shouldTrackSubRegLiveness(*getRegClass(VReg));
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 202 LRCalc->calculate(LI, MRI->shouldTrackSubRegLiveness(LI.reg));
469 if (MRI->shouldTrackSubRegLiveness(LI.reg)) {
    [all...]
RegisterCoalescer.cpp     [all...]
MachineVerifier.cpp     [all...]

Completed in 65 milliseconds