Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp97 bool performCallErrors(CallInst *CI, const LibFunc &Func);
226 bool LibCallsShrinkWrap::performCallErrors(CallInst *CI, in performCallErrors() function in LibCallsShrinkWrap
514 return performCallErrors(CI, Func); in perform()