HomeSort by: relevance | last modified time | path
    Searched defs:shrinkWrapCI (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LibCallsShrinkWrap.cpp 95 void shrinkWrapCI(CallInst *CI, Value *Cond);
183 shrinkWrapCI(CI, Cond);
221 shrinkWrapCI(CI, Cond);
284 shrinkWrapCI(CI, Cond);
485 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) {
486 assert(Cond != nullptr && "ShrinkWrapCI is not expecting an empty call inst");

Completed in 28 milliseconds