Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp721 bool IsDelim; in nextUp() local
725 IsDelim = isDelimiter(Stack[P-1]); in nextUp()
726 } while (P < SS && IsDelim); in nextUp()
727 assert(!IsDelim); in nextUp()
736 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local
740 IsDelim = isDelimiter(Stack[P-1]); in nextDown()
741 } while (P > 0 && IsDelim); in nextDown()
742 assert(!IsDelim); in nextDown()