Lines Matching defs:combine
140 void combine(HashType Type);
360 Hash.combine(Type);
388 Hash.combine(PGOHash::IfThenBranch);
390 Hash.combine(PGOHash::IfElseBranch);
393 Hash.combine(PGOHash::EndOfScope);
412 Hash.combine(PGOHash::EndOfScope);
431 Hash.combine(PGOHash::EndOfScope);
452 Hash.combine(PGOHash::EndOfScope);
468 Hash.combine(PGOHash::EndOfScope);
479 Hash.combine(PGOHash::EndOfScope); \
966 void PGOHash::combine(HashType Type) {
967 // Check that we never combine 0 and only have six bits.