Searched refs:AK_All (Results 1 – 2 of 2) sorted by relevance
72 AK_All = 2, // Warn on any use-after-move. enumerator73 AK_NumKinds = AK_All129 return (Aggressiveness == AK_All) || in shouldBeTracked()140 ((Aggressiveness == AK_All) || in shouldWarnAbout()195 .Case("All", AK_All) in setAggressiveness()
1324 enum AccessKind { AK_Write = 0x01, AK_Read = 0x10, AK_All = 0x11 }; enumerator1333 const TargetRegisterInfo *TRI, const AccessKind AccessToCheck = AK_All) { in areCFlagsAccessedBetweenInstrs()1806 AccessToCheck = AK_All; in canInstrSubstituteCmpInstr()