Searched refs:isWhileOpcode (Results 1 – 2 of 2) sorted by relevance
518 bool isWhileOpcode(unsigned Opc) const;
1480 bool PredIsWhileLike = isWhileOpcode(PredOpcode); in canRemovePTestInstr()10271 bool AArch64InstrInfo::isWhileOpcode(unsigned Opc) const { in isWhileOpcode() function in AArch64InstrInfo10771 if (isWhileOpcode(MI.getOpcode())) { in analyzeLoopForPipelining()