Home
last modified time | relevance | path

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

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