HomeSort by: relevance | last modified time | path
    Searched refs:CalledFunc (Results 1 - 4 of 4) 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...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 653 if (auto *CalledFunc = CB->getCalledFunction()) {
654 for (auto &CSArg : CalledFunc->args()) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 2113 if (auto *CalledFunc = CB->getCalledFunction())
2114 for (const Argument &Arg : CalledFunc->args())

Completed in 22 milliseconds