Home
last modified time | relevance | path

Searched refs:WhereIt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp370 void Instruction::moveBefore(BasicBlock &BB, const BBIterator &WhereIt) { in moveBefore() argument
371 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() argument
415 if (WhereIt != BB->end()) { in insertInto()
416 Instruction *BeforeI = &*WhereIt; in insertInto()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h546 void insertInto(BasicBlock *BB, const BBIterator &WhereIt);
548 void moveBefore(BasicBlock &BB, const BBIterator &WhereIt);