Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_lowering_nv50.cpp199 BasicBlock *bbE = pre->bb; in handlePRERET() local
203 bbE->remove(pre); in handlePRERET()
204 bbE->insertHead(pre); in handlePRERET()
207 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE); in handlePRERET()