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

  /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
instrprof-value-prof-real.c 29 FPT getFunc(int I) { return CalleeAddrs[I]; }
34 FPT Fp = getFunc(I);
39 Fp = getFunc(511 - I);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 185 Function *getFunc() const { return F; }
219 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers);
864 Function *F = FN.getFunc();
915 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) {
917 Function *F = OldF.getFunc();
920 assert(OldF.getFunc() != F && "Must have swapped the functions.");
923 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName()
927 mergeTwoFunctions(OldF.getFunc(), DeleteF);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFGraph.h 660 NodeAddr<FuncNode*> getFunc() const { return Func; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 1109 Function &getFunc() const { return F; }
1676 Function &F = Func.getFunc();
1725 Function &F = Func.getFunc();
1903 dbgs() << "pgo-view-counts: " << Func.getFunc().getName() << "\n";
1912 WriteGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
1914 ViewGraph(&Func, Twine("PGORawCounts_") + Func.getFunc().getName());
1916 dbgs() << "pgo-view-raw-counts: " << Func.getFunc().getName() << "\n";
2088 return &G->getFunc().front();
2098 return nodes_iterator(G->getFunc().begin());
2102 return nodes_iterator(G->getFunc().end())
    [all...]

Completed in 32 milliseconds