Lines Matching refs:combine
140 void combine(HashType Type);
360 Hash.combine(Type); in VisitStmt()
388 Hash.combine(PGOHash::IfThenBranch); in TraverseIfStmt()
390 Hash.combine(PGOHash::IfElseBranch); in TraverseIfStmt()
393 Hash.combine(PGOHash::EndOfScope); in TraverseIfStmt()
412 Hash.combine(PGOHash::EndOfScope); in TraverseWhileStmt()
431 Hash.combine(PGOHash::EndOfScope); in TraverseDoStmt()
452 Hash.combine(PGOHash::EndOfScope); in TraverseForStmt()
468 Hash.combine(PGOHash::EndOfScope); in TraverseCXXForRangeStmt()
479 Hash.combine(PGOHash::EndOfScope); \
966 void PGOHash::combine(HashType Type) { in combine() function in PGOHash