Searched refs:IsSequence (Results 1 – 3 of 3) sorted by relevance
58 bool IsSequence; member64 HasVariants(false), IsVariadic(false), IsSequence(false) {} in CodeGenSchedRW()76 IsSequence = Def->isSubClassOf("WriteSequence"); in CodeGenSchedRW()82 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) { in CodeGenSchedRW()89 assert((!IsSequence || !HasVariants) && "Sequence can't have variant"); in isValid()90 assert((!IsSequence || !Sequence.empty()) && "Sequence should be nonempty"); in isValid()
662 if (!CGRW.IsSequence) in collectSchedRW()754 if (!SchedRW.IsSequence) { in expandRWSequence()793 if (!SchedWrite.IsSequence) { in expandRWSeqForProc()1430 if (AliasRW.IsSequence) in getIntersectingVariants()2189 if (IsSequence) { in dump()
450 bool scanFlowCollectionStart(bool IsSequence);453 bool scanFlowCollectionEnd(bool IsSequence);1266 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart() argument1268 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionStart()1285 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd() argument1290 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanFlowCollectionEnd()