Searched defs:instructions (Results 1 – 6 of 6) sorted by relevance
132 std::vector<InstructionNode*>* instructions = region->GetInstructions(); in Visit() local
151 std::vector<InstructionNode*>* instructions = (*region_it)->GetInstructions(); in ComputeTypes() local
38 std::vector<InstructionNode*>* instructions = region->GetInstructions(); in Traverse() local299 std::vector<InstructionNode*>* instructions = (*region_it)->GetInstructions(); in ConvertToSSA() local359 std::vector<InstructionNode*>* instructions = crt_region->GetInstructions(); in RenameAsSSA() local
70 void AssemblerBuffer::FinalizeInstructions(const MemoryRegion& instructions) { in FinalizeInstructions()
689 explicit HInstructionIterator(const HInstructionList& instructions) in HInstructionIterator()710 explicit HBackwardInstructionIterator(const HInstructionList& instructions) in HBackwardInstructionIterator()
1301 uint8_t instructions[0]; member