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

  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 633 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
636 // Insert the conditional branch into the end of LoopEndBB.
643 Variable->addIncoming(NextVar, LoopEndBB);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 737 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
740 // Insert the conditional branch into the end of LoopEndBB.
747 Variable->addIncoming(NextVar, LoopEndBB);

Completed in 335 milliseconds