Member predicate BarrierGuard::checks
Holds if this guard validates expr upon evaluating to branch.
For example, the following code validates foo when the condition
foo == "foo" is true.
if foo == "foo"
do_something
else
do_something_else
end