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

  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 74 assert(MRI->tracksLiveness() &&
PostRASchedulerList.cpp 208 MRI.tracksLiveness()) &&
MachineFunction.cpp 338 if (!RegInfo->tracksLiveness())
    [all...]
TailDuplication.cpp 147 if (MRI->tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF))
    [all...]
BranchFolding.cpp 204 if (MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF))
    [all...]
MachineVerifier.cpp 858 if (MRI->tracksLiveness() && !MI->isDebugValue())
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 50 /// TracksLiveness - True while register liveness is being tracked accurately.
53 bool TracksLiveness;
168 /// tracksLiveness - Returns true when tracking register liveness accurately.
176 bool tracksLiveness() const { return TracksLiveness; }
183 void invalidateLiveness() { TracksLiveness = false; }
    [all...]

Completed in 78 milliseconds