Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp722 bool IsDelim; in nextUp() local
726 IsDelim = isDelimiter(Stack[P-1]); in nextUp()
727 } while (P < SS && IsDelim); in nextUp()
728 assert(!IsDelim); in nextUp()
737 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local
741 IsDelim = isDelimiter(Stack[P-1]); in nextDown()
742 } while (P > 0 && IsDelim); in nextDown()
743 assert(!IsDelim); in nextDown()