Lines Matching refs:vector
65 std::vector<int> GetUses() const { in GetUses()
66 return std::vector<int>(); in GetUses()
101 definition_edges_[predecessor_id] = new std::vector<InstructionNode*>(); in RenameToSSA()
109 std::vector<InstructionNode*> GetSSAProducers() { in GetSSAProducers()
110 std::vector<InstructionNode*> producers; in GetSSAProducers()
111 for (std::vector<std::vector<InstructionNode*>*>::const_iterator in GetSSAProducers()
122 std::vector<InstructionNode*>* GetSSAUses(int predecessor_pos) { in GetSSAUses()
136 std::vector<std::vector<InstructionNode*>*> definition_edges_;
155 std::vector<InstructionNode*>* GetInstructions() { in GetInstructions()
205 std::vector<PhiInstructionNode*>* GetPhiNodes() { in GetPhiNodes()
231 std::vector<sea_ir::Region*>* GetSuccessors() { in GetSuccessors()
234 std::vector<sea_ir::Region*>* GetPredecessors() { in GetPredecessors()
239 std::vector<sea_ir::Region*> successors_; // CFG successor nodes (regions)
240 std::vector<sea_ir::Region*> predecessors_; // CFG predecessor nodes (instructions/regions)
241 std::vector<sea_ir::InstructionNode*> instructions_;
254 std::vector<PhiInstructionNode*> phi_instructions_;
268 std::vector<Region*>* GetRegions() { in GetRegions()
276 std::vector<SignatureNode*>* GetParameterNodes() { in GetParameterNodes()
347 std::vector<Region*> regions_;
348 std::vector<SignatureNode*> parameters_;