Searched defs:buildLiveSets (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp433 Function::buildLiveSets() function in class:nv50_ir::Function
H A Dnv50_ir_ra.cpp283 bool buildLiveSets(BasicBlock *);
555 RegAlloc::buildLiveSets(BasicBlock *bb) function in class:nv50_ir::RegAlloc
562 INFO_DBG(prog->dbgFlags, REG_ALLOC, "buildLiveSets(BB:%i)\n", bb->getId());
572 if (!buildLiveSets(bn))
1853 ret = buildLiveSets(BasicBlock::get(func->cfg.getRoot()));

Completed in 102 milliseconds