Home
last modified time | relevance | path

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

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