Searched defs:add_dep (Results 1 – 8 of 8) sorted by relevance
444 def add_dep(self): member in CheckpointingTests.testLateDependencyTracking.LateDependencies475 def add_dep(self): member in CheckpointingTests.testDepAfterVar.DepAfterVar
994 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after, in add_dep() function in instruction_scheduler1029 instruction_scheduler::add_dep(schedule_node *before, schedule_node *after) in add_dep() function in instruction_scheduler
84 add_dep(enum direction dir, in add_dep() function
96 add_dep(struct schedule_state *state, in add_dep() function
350 add_dep(struct ir3_postsched_deps_state *state, in add_dep() function
205 add_dep(nir_deps_state *state, in add_dep() function
92 add_dep(struct schedule_state *state, in add_dep() function
281 bool add_dep = false; in ForwardInputs() local