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

  /external/llvm/include/llvm/Support/
IRBuilder.h 73 void SetInsertPoint(BasicBlock *TheBB) {
74 BB = TheBB;
88 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) {
89 BB = TheBB;
342 explicit IRBuilder(BasicBlock *TheBB, const T &F)
343 : IRBuilderBase(TheBB->getContext()), Folder(F) {
344 SetInsertPoint(TheBB);
347 explicit IRBuilder(BasicBlock *TheBB)
348 : IRBuilderBase(TheBB->getContext()), Folder() {
349 SetInsertPoint(TheBB);
    [all...]
  /external/llvm/include/llvm/Analysis/
Dominators.h 65 NodeT *TheBB;
82 NodeT *getBlock() const { return TheBB; }
89 : TheBB(BB), IDom(iDom), DFSNumIn(-1), DFSNumOut(-1) { }

Completed in 57 milliseconds