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.h112 void setInsertPoint(VPBasicBlock *TheBB) { in setInsertPoint() argument
113 assert(TheBB && "Attempting to set a null insert point"); in setInsertPoint()
114 BB = TheBB; in setInsertPoint()
120 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint() argument
121 BB = TheBB; in setInsertPoint()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h180 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() argument
181 BB = TheBB; in SetInsertPoint()
196 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() argument
197 BB = TheBB; in SetInsertPoint()
199 if (IP != TheBB->end()) in SetInsertPoint()
2665 explicit IRBuilder(BasicBlock *TheBB, FolderTy Folder,
2671 SetInsertPoint(TheBB);
2678 SetInsertPoint(TheBB);
2694 SetInsertPoint(TheBB, IP);
2697 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP,
[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; }