Searched refs:StrNCmpInliner (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 928 class StrNCmpInliner { 930 StrNCmpInliner(CallInst *CI, LibFunc Func, DomTreeUpdater *DTU, 975 bool StrNCmpInliner::optimizeStrNCmp() { 1053 void StrNCmpInliner::inlineCompare(Value *LHS, StringRef RHS, uint64_t N, 1212 if (StrNCmpInliner(CI, LF, &DTU, DL).optimizeStrNCmp()) { in foldLibCalls() 929 class StrNCmpInliner { global() class 931 StrNCmpInliner(CallInst *CI, LibFunc Func, DomTreeUpdater *DTU, StrNCmpInliner() function in __anone4f7f9130211::StrNCmpInliner
|