Searched refs:instructions_in_block (Results 1 – 2 of 2) sorted by relevance
70 std::unordered_set<uint32_t> instructions_in_block; in BlockInstructionsHaveNoOutsideReferences() local72 instructions_in_block.insert(instruction.unique_id()); in BlockInstructionsHaveNoOutsideReferences()79 &instruction, [&instructions_in_block](opt::Instruction* user) -> bool { in BlockInstructionsHaveNoOutsideReferences()82 return instructions_in_block.find(user->unique_id()) != in BlockInstructionsHaveNoOutsideReferences()83 instructions_in_block.end(); in BlockInstructionsHaveNoOutsideReferences()