Searched refs:LoopEndBB (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp631 BasicBlock *LoopEndBB = Builder.GetInsertBlock(); local
634 // Insert the conditional branch into the end of LoopEndBB.
641 Variable->addIncoming(NextVar, LoopEndBB);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp735 BasicBlock *LoopEndBB = Builder.GetInsertBlock(); local
738 // Insert the conditional branch into the end of LoopEndBB.
745 Variable->addIncoming(NextVar, LoopEndBB);

Completed in 153 milliseconds