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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp337 int *hasAlready = new int[allBBlocks.getSize() * 2]; local in function:nv50_ir::Function::convertToSSA
338 int *work = &hasAlready[allBBlocks.getSize()];
340 memset(hasAlready, 0, allBBlocks.getSize() * 2 * sizeof(int));
377 if (hasAlready[dfBB->getId()] >= iterCount)
379 hasAlready[dfBB->getId()] = iterCount;
399 delete[] hasAlready;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ssa.cpp337 int *hasAlready = new int[allBBlocks.getSize() * 2]; local in function:nv50_ir::Function::convertToSSA
338 int *work = &hasAlready[allBBlocks.getSize()];
340 memset(hasAlready, 0, allBBlocks.getSize() * 2 * sizeof(int));
377 if (hasAlready[dfBB->getId()] >= iterCount)
379 hasAlready[dfBB->getId()] = iterCount;
399 delete[] hasAlready;

Completed in 4 milliseconds