Home
last modified time | relevance | path

Searched refs:IsAliasedByAnother (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h272 bool IsAliasedByAnother; variable
392 LegalizeRuleSet() : AliasOf(0), IsAliasedByAnother(false), Rules() {} in LegalizeRuleSet()
394 bool isAliasedByAnother() { return IsAliasedByAnother; } in isAliasedByAnother()
395 void setIsAliasedByAnother() { IsAliasedByAnother = true; } in setIsAliasedByAnother()