Lines Matching defs:saved
27 /// Log when an expression evaluation must be saved.
80 /// was saved in a previous run is considered to have no side effects with the
81 /// current assignment: the saved value will be used.
134 /// Were any region saved for the current assignment?
139 /// Leaf regions that have been saved so far.
390 // If the region evaluation was previously executed and saved, the saved
417 // evaluated and saved before doing the assignment (Note that it may
427 // evaluations, and it has to be saved in this case:
471 // If a region was saved for the current assignment, the previous
580 // region that must be saved is saved in order.
605 // saved in the resulting SSA address value (that may be a descriptor or
619 mlir::OpOperand *saved = getYieldedEntity(*yieldRegion);
620 assert(saved && "SaveEntity must contain region terminated by YieldOp");
621 return saved->get();