Home
last modified time | relevance | path

Searched refs:NumFound (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DDataCollectionTest.cpp54 unsigned NumFound; member
56 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()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp147 int NumFound = 0; in getTypedMatcher() local
159 ++NumFound; in getTypedMatcher()
163 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp626 unsigned NumFound = 0; in getBoundaryInstrs() local
631 ++NumFound; in getBoundaryInstrs()
632 if (NumFound == 1) { in getBoundaryInstrs()
635 if (NumFound == Chain.size()) { in getBoundaryInstrs()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1563 unsigned NumFound = 0; in OptimizeAdd() local
1566 ++NumFound; in OptimizeAdd()
1569 LLVM_DEBUG(dbgs() << "\nFACTORING [" << NumFound << "]: " << *TheOp in OptimizeAdd()
1576 ConstantInt::get(Ty, NumFound) : ConstantFP::get(Ty, NumFound); in OptimizeAdd()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp2818 unsigned NumFound = 0; in replaceRegWithImm() local
2824 NumFound++; in replaceRegWithImm()
2826 if (NumFound != 1) in replaceRegWithImm()