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 722 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
726 // Insert the conditional branch into the end of LoopEndBB.
733 Variable->addIncoming(NextVar, LoopEndBB);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 833 BasicBlock *LoopEndBB = Builder.GetInsertBlock();
837 // Insert the conditional branch into the end of LoopEndBB.
844 Variable->addIncoming(NextVar, LoopEndBB);

Completed in 2482 milliseconds