HomeSort by relevance Sort by last modified time
    Searched refs:TheBB (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
IRBuilder.h 83 void SetInsertPoint(BasicBlock *TheBB) {
84 BB = TheBB;
99 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
100 BB = TheBB;
449 explicit IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag = nullptr)
450 : IRBuilderBase(TheBB->getContext(), FPMathTag), Folder(F) {
451 SetInsertPoint(TheBB);
454 explicit IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag = nullptr)
455 : IRBuilderBase(TheBB->getContext(), FPMathTag), Folder() {
456 SetInsertPoint(TheBB);
    [all...]
  /external/llvm/include/llvm/Support/
GenericDomTree.h 64 NodeT *TheBB;
81 NodeT *getBlock() const { return TheBB; }
88 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) { }

Completed in 6102 milliseconds