Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h496 bool isWhileOpcode(unsigned Opc) const;
H A DAArch64InstrInfo.cpp1366 bool PredIsWhileLike = isWhileOpcode(PredOpcode); in canRemovePTestInstr()
9498 bool AArch64InstrInfo::isWhileOpcode(unsigned Opc) const { in isWhileOpcode() function in AArch64InstrInfo
9999 if (isWhileOpcode(MI.getOpcode())) { in analyzeLoopForPipelining()