HomeSort by relevance Sort by last modified time
    Searched defs:TracksSubRegLiveness (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 391 bool TracksSubRegLiveness = false;
413 YamlIO.mapOptional("tracksSubRegLiveness", MF.TracksSubRegLiveness);
MachineRegisterInfo.h 56 bool TracksSubRegLiveness;
183 return TracksSubRegLiveness;
187 TracksSubRegLiveness = Enable;
    [all...]

Completed in 376 milliseconds