Searched refs:IsSequence (Results 1 – 3 of 3) sorted by relevance
54 bool IsSequence; member60 HasVariants(false), IsVariadic(false), IsSequence(false) {} in CodeGenSchedRW()72 IsSequence = Def->isSubClassOf("WriteSequence"); in CodeGenSchedRW()78 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) { in CodeGenSchedRW()85 assert((!IsSequence || !HasVariants) && "Sequence can't have variant"); in isValid()86 assert((!IsSequence || !Sequence.empty()) && "Sequence should be nonempty"); in isValid()
671 if (!CGRW.IsSequence) in collectSchedRW()777 if (!SchedRW.IsSequence) { in expandRWSequence()816 if (!SchedWrite.IsSequence) { in expandRWSeqForProc()1474 if (AliasRW.IsSequence) in getIntersectingVariants()2212 if (IsSequence) { in dump()
445 bool scanFlowCollectionStart(bool IsSequence);448 bool scanFlowCollectionEnd(bool IsSequence);1224 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart() argument1226 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionStart()1241 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd() argument1245 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanFlowCollectionEnd()