Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_print.cpp596 INFO("BB:%i (%u instructions) - ", bb->getId(), bb->getInsnCount()); in visit()
Dnv50_ir.h863 inline unsigned int getInsnCount() const { return numInsns; } in getInsnCount() function
Dnv50_ir_peephole.cpp1904 if (bf->getInsnCount() == 1) in tryPropagateBranch()