Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFGraph.cpp719 bool IsDelim; in nextUp() local
723 IsDelim = isDelimiter(Stack[P-1]); in nextUp()
724 } while (P < SS && IsDelim); in nextUp()
725 assert(!IsDelim); in nextUp()
734 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local
738 IsDelim = isDelimiter(Stack[P-1]); in nextDown()
739 } while (P > 0 && IsDelim); in nextDown()
740 assert(!IsDelim); in nextDown()