Searched defs:ReplaceContext (Results 1 – 2 of 2) sorted by relevance
32 struct ReplaceContext { struct33 AbckitGraph *ctx;34 AbckitCoreFunction *oldMethod;35 AbckitCoreFunction *newMethod;
297 struct ReplaceContext { in ReplaceInst() struct298 AbckitInst *inst = nullptr; in ReplaceInst()299 AbckitInst *oldInput = nullptr; in ReplaceInst()300 AbckitInst *newInput = nullptr; in ReplaceInst()301 std::vector<AbckitInst *> *users = nullptr; in ReplaceInst()