Searched refs:TraceForceWhileCond (Results 1 – 2 of 2) sorted by relevance
284 class TraceForceWhileCond : public TraceInfo {286 …explicit TraceForceWhileCond(const DebugInfoPtr &info) : TraceInfo(info, "force_while_cond", "") {} in TraceForceWhileCond() function287 MS_DECLARE_PARENT(TraceForceWhileCond, TraceInfo);288 ~TraceForceWhileCond() override = default;290 return std::make_shared<TraceForceWhileCond>(*shared_from_base<TraceForceWhileCond>()); in clone()
404 TraceGuard trace_guard(std::make_shared<TraceForceWhileCond>(cond->debug_info())); in ForceToWhileCond()