Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DMemoryBuiltins.h62 bool isNewLikeFn(const Value *V, const TargetLibraryInfo *TLI);
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemoryBuiltins.cpp300 bool llvm::isNewLikeFn(const Value *V, const TargetLibraryInfo *TLI) { in isNewLikeFn() function in llvm
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1440 if (!isNewLikeFn(CI, &FuncInfo.TLI)) in readMemprof()