Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Hash

243 /// HashMachineInstr - Compute a hash value for MI and its operands.
245 unsigned Hash = MI->getOpcode();
271 Hash += ((OperandHash << 3) | Op.getType()) << (i&31);
273 return Hash;
276 /// HashEndOfMBB - Hash the last instruction in the MBB.
575 /// hash CurHash (guaranteed to match the last element). Build the vector
619 /// RemoveBlocksWithHash - Remove all blocks with hash CurHash from
720 // Sort by hash value so that blocks with identical end sequences sort
728 // Build SameTails, identifying the set of blocks with this hash code
735 // instructions in common, remove all blocks with this hash code and retry.