Searched refs:IsSequence (Results 1 – 3 of 3) sorted by relevance
50 bool IsSequence; member56 HasVariants(false), IsVariadic(false), IsSequence(false) {} in CodeGenSchedRW()68 IsSequence = Def->isSubClassOf("WriteSequence"); in CodeGenSchedRW()74 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) { in CodeGenSchedRW()81 assert((!IsSequence || !HasVariants) && "Sequence can't have variant"); in isValid()82 assert((!IsSequence || !Sequence.empty()) && "Sequence should be nonempty"); in isValid()
679 if (!CGRW.IsSequence) in collectSchedRW()783 if (!SchedRW.IsSequence) { in expandRWSequence()822 if (!SchedWrite.IsSequence) { in expandRWSeqForProc()1480 if (AliasRW.IsSequence) in getIntersectingVariants()2216 if (IsSequence) { in dump()
447 bool scanFlowCollectionStart(bool IsSequence);450 bool scanFlowCollectionEnd(bool IsSequence);1245 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart() argument1247 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionStart()1262 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd() argument1266 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanFlowCollectionEnd()