Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp113 BasicBlock *DestParent = InsertPos->getParent(); in insertAfter() local
115 DestParent->getInstList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
119 BasicBlock *DestParent = InsertPos->getParent(); in insertAfter() local
121 DestParent->getInstList().insertAfter(InsertPos, this); in insertAfter()