Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h337 const ParentTy *getNodeParent() const { in getNodeParent() function
349 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getPrevNode()
363 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getNextNode()
H A Dilist_iterator.h61 inline const ParentTy *getNodeParent() const {
68 inline ParentTy *getNodeParent() {
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DBasicBlock.cpp43 BasicBlock *BBIterator::getNodeParent() const { in getNodeParent() function in llvm::sandboxir::BBIterator
44 llvm::BasicBlock *Parent = const_cast<BBIterator *>(this)->It.getNodeParent(); in getNodeParent()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DBasicBlock.h64 LLVM_ABI BasicBlock *getNodeParent() const;
H A DInstruction.h38 BasicBlock *getBasicBlock() const { return InsertAt.getNodeParent(); } in getBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp423 BasicBlock *BB = To.getNodeParent(); in notifyMoveInstr()
430 assert(To.getNodeParent() == I->getParent() && in notifyMoveInstr()
H A DScheduler.cpp38 I->moveBefore(*Where.getNodeParent(), Where); in cluster()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h63 BasicBlock *getBasicBlock() { return InsertAt.getNodeParent(); }
H A DIRBuilder.h68 I->insertInto(InsertPt.getNodeParent(), InsertPt); in InsertHelper()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp43 BasicBlock *BB = InsertIt.getNodeParent(); in Instruction()