Searched refs:StrNCmpInliner (Results 1 – 1 of 1) sorted by relevance
928 class StrNCmpInliner { class930 StrNCmpInliner(CallInst *CI, LibFunc Func, DomTreeUpdater *DTU, in StrNCmpInliner() function in __anon3f30e7680211::StrNCmpInliner975 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()