Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp957 RState = RTest.Var ? ThenStates->getState(RTest.Var) : CS_None; in splitVarStateForIfBinOp() local
965 } else if (LState == LTest.TestsFor && isKnownState(RState)) { in splitVarStateForIfBinOp()
966 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
978 isKnownState(RState)) { in splitVarStateForIfBinOp()
979 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
989 if (RState == CS_Unknown) in splitVarStateForIfBinOp()
991 else if (RState == invertConsumedUnconsumed(RTest.TestsFor)) in splitVarStateForIfBinOp()
994 if (RState == CS_Unknown) in splitVarStateForIfBinOp()
997 else if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp766 unsigned RState = (Opc == AArch64::LDR_ZXI || Opc == AArch64::LDR_PXI) in expandSVESpillFill() local
782 RState) in expandSVESpillFill()