Searched refs:firstRead (Results 1 – 2 of 2) sorted by relevance
392 List<Expr> firstRead = getReadFirst(shouldRead); in testPostConditionalDependencies() local394 assertExactMatch(firstRead, a, b, c); in testPostConditionalDependencies()408 firstRead = getReadFirst(shouldRead); in testPostConditionalDependencies()409 assertExactMatch(firstRead, d, e, u1, u2); in testPostConditionalDependencies()432 firstRead = getReadFirst(shouldRead); in testPostConditionalDependencies()433 assertExactMatch(firstRead, u1, u2); in testPostConditionalDependencies()
3068 bool firstRead = true; in dumpTee() local3074 bool wasFirstRead = firstRead; in dumpTee()3075 firstRead = false; in dumpTee()