Searched refs:NumFound (Results 1 – 5 of 5) sorted by relevance
54 unsigned NumFound; member56 StmtHashMatch(llvm::MD5::MD5Result &Hash) : NumFound(0), Hash(Hash) {} in StmtHashMatch()62 ++NumFound; in run()63 if (NumFound > 1) in run()83 if (Hasher.NumFound == 0) in hashStmt()85 if (Hasher.NumFound > 1) in hashStmt()89 << Hasher.NumFound << ")"; in hashStmt()
147 int NumFound = 0; in getTypedMatcher() local159 ++NumFound; in getTypedMatcher()163 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher()
626 unsigned NumFound = 0; in getBoundaryInstrs() local631 ++NumFound; in getBoundaryInstrs()632 if (NumFound == 1) { in getBoundaryInstrs()635 if (NumFound == Chain.size()) { in getBoundaryInstrs()
1563 unsigned NumFound = 0; in OptimizeAdd() local1566 ++NumFound; in OptimizeAdd()1569 LLVM_DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp in OptimizeAdd()1576 ConstantInt::get(Ty, NumFound) : ConstantFP::get(Ty, NumFound); in OptimizeAdd()
2818 unsigned NumFound = 0; in replaceRegWithImm() local2824 NumFound++; in replaceRegWithImm()2826 if (NumFound != 1) in replaceRegWithImm()