Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp950 RState = RTest.Var ? ThenStates->getState(RTest.Var) : CS_None; in splitVarStateForIfBinOp() local
958 } else if (LState == LTest.TestsFor && isKnownState(RState)) { in splitVarStateForIfBinOp()
959 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
971 isKnownState(RState)) { in splitVarStateForIfBinOp()
972 if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
982 if (RState == CS_Unknown) in splitVarStateForIfBinOp()
984 else if (RState == invertConsumedUnconsumed(RTest.TestsFor)) in splitVarStateForIfBinOp()
987 if (RState == CS_Unknown) in splitVarStateForIfBinOp()
990 else if (RState == RTest.TestsFor) in splitVarStateForIfBinOp()
/freebsd/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()