Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp98 bool performCallErrors(CallInst *CI, const LibFunc &Func);
227 bool LibCallsShrinkWrap::performCallErrors(CallInst *CI, in performCallErrors() function in LibCallsShrinkWrap
515 return performCallErrors(CI, Func); in perform()