Home
last modified time | relevance | path

Searched refs:phi_0 (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp301 PHINode *phi_0 = PHINode::Create(PointerType::getUnqual(Int8Ty), 2, in readloop() local
303 phi_0->addIncoming(curhead, bb_0); in readloop()
304 curhead = phi_0; in readloop()
306 readloop(phi_0, bb_1, testbb, C); in readloop()