Searched defs:speculative (Results 1 – 3 of 3) sorted by relevance
605 bool speculative) in schedule_try_place_node()722 static int _schedule_try_node(sched_ctx *ctx, gpir_node *node, bool speculative) in _schedule_try_node()796 static int schedule_try_node(sched_ctx *ctx, gpir_node *node, bool speculative) in schedule_try_node()
77 uint32_t speculative : 1; // Instruction was executed speculatively or not variable
347 int speculative = 0; member