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 390 bool TracksSubRegLiveness = false;
413 YamlIO.mapOptional("tracksSubRegLiveness", MF.TracksSubRegLiveness);
MachineRegisterInfo.h 54 bool TracksSubRegLiveness;
199 return TracksSubRegLiveness;
203 TracksSubRegLiveness = Enable;
    [all...]

Completed in 306 milliseconds