Home
last modified time | relevance | path

Searched defs:new_stmt (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dstmt.h140 bool replace_stmt(const StmtPtr& old_stmt, StmtPtr new_stmt) { in replace_stmt()
160 BlockPtr clone_and_replace(const StmtPtr& old_stmt, StmtPtr new_stmt) { in clone_and_replace()
H A Dir_simplifier.cpp2520 StmtPtr new_stmt = PolynomialBase::mutate(v); in mutate() local
/aosp_15_r20/external/libpcap/
H A Dgencode.c690 new_stmt(compiler_state_t *cstate, int code) in new_stmt() function