Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h662 bool isBDNZ(unsigned Opcode) const;
H A DPPCInstrInfo.cpp5418 bool PPCInstrInfo::isBDNZ(unsigned Opcode) const { in isBDNZ() function in PPCInstrInfo
5500 if (I != LoopBB->end() && isBDNZ(I->getOpcode())) { in analyzeLoopForPipelining()