Searched refs:to_add (Results 1 – 2 of 2) sorted by relevance
1091 void BasicBlock::PrependMIRList(const std::vector<MIR*>& to_add) { in PrependMIRList() argument1092 for (std::vector<MIR*>::const_iterator it = to_add.begin(); it != to_add.end(); it++) { in PrependMIRList()
423 void PrependMIRList(const std::vector<MIR*>& to_add);