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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 184 Function *TargetFunction;
187 PromotionCandidate(Function *F, uint64_t C) : TargetFunction(F), Count(C) {}
273 Function *TargetFunction = Symtab->getFunction(Target);
274 if (TargetFunction == nullptr || TargetFunction->isDeclaration()) {
285 if (!isLegalToPromote(CB, TargetFunction, &Reason)) {
291 << NV("TargetFunction", TargetFunction) << " with count of "
297 Ret.push_back(PromotionCandidate(TargetFunction, Count));
345 pgo::promoteIndirectCall(CB, C.TargetFunction, Count, TotalCount, SamplePGO
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 1359 Function **TargetFunction = nullptr);

Completed in 16 milliseconds