Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp928 class StrNCmpInliner { class
930 StrNCmpInliner(CallInst *CI, LibFunc Func, DomTreeUpdater *DTU, in StrNCmpInliner() function in __anon3f30e7680211::StrNCmpInliner
975 bool StrNCmpInliner::optimizeStrNCmp() { in optimizeStrNCmp()
1053 void StrNCmpInliner::inlineCompare(Value *LHS, StringRef RHS, uint64_t N, in inlineCompare()
1212 if (StrNCmpInliner(CI, LF, &DTU, DL).optimizeStrNCmp()) { in foldLibCalls()