Home
last modified time | relevance | path

Searched refs:getInstList (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp83 getParent()->getInstList().remove(getIterator()); in removeFromParent()
95 return getParent()->getInstList().erase(getIterator()); in eraseFromParent()
113 DestParent->getInstList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
136 BB.getInstList().insert(InsertPos, this); in insertBefore()
212 BB.getInstList().splice(I, getParent()->getInstList(), getIterator()); in moveBeforeImpl()
H A DBasicBlock.cpp1075 getInstList().splice(Dest, Src->getInstList(), First, Last); in splice()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h516 const InstListType &getInstList() const { return InstList; } in getInstList() function
517 InstListType &getInstList() { return InstList; } in getInstList() function