Searched refs:isIdempotent (Results 1 – 3 of 3) sorted by relevance
394 bool isIdempotent() const { return isIdempotent(getOpcode()); } in isIdempotent() function395 static bool isIdempotent(unsigned op);
516 bool isIdempotent() const { return isIdempotent(getOpcode()); }517 static bool isIdempotent(unsigned Opcode) {
322 if (Instruction::isIdempotent(Opcode)) { in IncorporateWeight()