HomeSort by: relevance | last modified time | path
    Searched refs:subRegLivenessEnabled (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RenameIndependentSubregs.cpp 380 if (!MRI->subRegLivenessEnabled())
DetectDeadLanes.cpp 574 if (!MRI->subRegLivenessEnabled()) {
VirtRegMap.cpp 520 bool NoSubRegLiveness = !MRI->subRegLivenessEnabled();
LiveIntervals.cpp 757 if (MRI->subRegLivenessEnabled()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 215 return subRegLivenessEnabled() && RC.HasDisjunctSubRegs;
221 bool subRegLivenessEnabled() const {

Completed in 68 milliseconds