Home
last modified time | relevance | path

Searched refs:isReadZero (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/Views/
DRegisterFileStatistics.cpp75 if (WS.isWriteZero() && RS.isReadZero()) in updateMoveElimInfo()
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DInstruction.h381 bool isReadZero() const { return IsZero; } in isReadZero() function