Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h120 void setInsertPoint(VPBasicBlock *TheBB) { in setInsertPoint() argument
121 assert(TheBB && "Attempting to set a null insert point"); in setInsertPoint()
122 BB = TheBB; in setInsertPoint()
128 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint() argument
129 BB = TheBB; in setInsertPoint()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h177 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() argument
178 BB = TheBB; in SetInsertPoint()
193 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() argument
194 BB = TheBB; in SetInsertPoint()
196 if (IP != TheBB->end()) in SetInsertPoint()
2687 explicit IRBuilder(BasicBlock *TheBB, FolderTy Folder,
2690 : IRBuilderBase(TheBB->getContext(), this->Folder, this->Inserter,
2693 SetInsertPoint(TheBB);
2696 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr,
2698 : IRBuilderBase(TheBB->getContext(), this->Folder, this->Inserter,
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h61 NodeT *TheBB;
70 : TheBB(BB), IDom(iDom), Level(IDom ? IDom->Level + 1 : 0) {}
89 NodeT *getBlock() const { return TheBB; }