Lines Matching defs:before
47 "function before skipping (to save compilation time). Set "
101 /// intrinsic should be added before the alloca, and an llvm.stackrestore
141 /// freed before the function returns, plus whre to insert replacement
154 const LatticePoint &before,
220 /// Inserts a stacksave before oldAlloc and a stackrestore after each freemem
321 /// Get values which were allocated in this function and always freed before
350 mlir::Operation *op, const LatticePoint &before, LatticePoint *after) {
353 LLVM_DEBUG(llvm::dbgs() << "--Lattice in: " << before << "\n");
355 // propagate before -> after
356 mlir::ChangeResult changed = after->join(before);
387 std::optional<AllocationState> operandState = before.get(operand);
436 // Get the dense state before the execution of the op.
437 const mlir::dataflow::AbstractDenseLattice *before =
441 return visitOperationImpl(op, *before, after);
661 // Presumably this happened because the operands became ready before the