Lines Matching full:them
45 * traverse the instructions and insert them back into the program to
46 * put them in the right order.
64 * we pull non-pinned instructions out of their blocks and place them in
121 /* These can only go in uniform control flow; pin them for now */ in gcm_pin_instructions_block()
287 * dominate the sources of the phi nodes that use them; instead, they in gcm_schedule_late_def()
317 /* Some instructions may never be used. We'll just leave them scheduled in gcm_schedule_late_def()
318 * early and let dead code clean them up. in gcm_schedule_late_def()
350 * schedule them "as late as possible" as the paper implies. Instead, it
388 * otherwise leave them alone. This pass actually places the instructions
410 * them since they are always at the top. Just skip them completely. in gcm_place_instr()
421 * instructions that come after them in the block. Since the pinned in gcm_place_instr()
423 * explicitly visit one of them. in gcm_place_instr()