Searched refs:isBDNZ (Results 1 – 2 of 2) sorted by relevance
662 bool isBDNZ(unsigned Opcode) const;
5418 bool PPCInstrInfo::isBDNZ(unsigned Opcode) const { in isBDNZ() function in PPCInstrInfo5500 if (I != LoopBB->end() && isBDNZ(I->getOpcode())) { in analyzeLoopForPipelining()