Searched refs:WhereIt (Results 1 – 2 of 2) sorted by relevance
370 void Instruction::moveBefore(BasicBlock &BB, const BBIterator &WhereIt) { in moveBefore() argument371 if (std::next(getIterator()) == WhereIt) in moveBefore()381 if (WhereIt == BB.end()) { in moveBefore()384 Instruction *WhereI = &*WhereIt; in moveBefore()411 void Instruction::insertInto(BasicBlock *BB, const BBIterator &WhereIt) { in insertInto() argument415 if (WhereIt != BB->end()) { in insertInto()416 Instruction *BeforeI = &*WhereIt; in insertInto()
546 void insertInto(BasicBlock *BB, const BBIterator &WhereIt);548 void moveBefore(BasicBlock &BB, const BBIterator &WhereIt);