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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 33 static bool optimizeSQRT(CallInst *Call, Function *CalledFunc,
119 Function *CalledFunc;
121 if (!Call || !(CalledFunc = Call->getCalledFunction()))
130 if (CalledFunc->hasLocalLinkage() ||
131 !TLI->getLibFunc(*CalledFunc, LF) || !TLI->has(LF))
138 optimizeSQRT(Call, CalledFunc, *CurrBB, BB, TTI,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 946 const Function *CalledFunc = CB.getCalledFunction();
949 for (const Argument &Arg : CalledFunc->args())
959 DT.recalculate(const_cast<Function&>(*CalledFunc));
968 MDBuilder MDB(CalledFunc->getContext());
972 MDB.createAnonymousAliasScopeDomain(CalledFunc->getName());
976 std::string Name = std::string(CalledFunc->getName());
994 MDNode *AScopeList = MDNode::get(CalledFunc->getContext(), NewScope);
1145 MDNode::get(CalledFunc->getContext(), NoAliases)));
1171 MDNode::get(CalledFunc->getContext(), Scopes)));
1281 Function *CalledFunc = CB.getCalledFunction()
    [all...]

Completed in 65 milliseconds