Searched refs:ordered_instructions_ (Results 1 – 4 of 4) sorted by relevance
166 ordered_instructions_(),218 ordered_instructions_.reserve(total_instructions_); in preallocateStorage()480 ordered_instructions_.emplace_back(inst); in AddOrderedInstruction()481 ordered_instructions_.back().SetLineNum(ordered_instructions_.size()); in AddOrderedInstruction()482 return &ordered_instructions_.back(); in AddOrderedInstruction()
411 return ordered_instructions_; in ordered_instructions()612 std::vector<Instruction> ordered_instructions_; variable
166 ordered_instructions_(),219 ordered_instructions_.reserve(total_instructions_); in preallocateStorage()497 ordered_instructions_.emplace_back(inst); in AddOrderedInstruction()498 ordered_instructions_.back().SetLineNum(ordered_instructions_.size()); in AddOrderedInstruction()499 return &ordered_instructions_.back(); in AddOrderedInstruction()
427 return ordered_instructions_; in ordered_instructions()628 std::vector<Instruction> ordered_instructions_; variable