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

/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp633 BasicBlock *LoopEndBB = Builder.GetInsertBlock(); local
636 // Insert the conditional branch into the end of LoopEndBB.
643 Variable->addIncoming(NextVar, LoopEndBB);
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp737 BasicBlock *LoopEndBB = Builder.GetInsertBlock(); local
740 // Insert the conditional branch into the end of LoopEndBB.
747 Variable->addIncoming(NextVar, LoopEndBB);

Completed in 110 milliseconds