HomeSort by relevance Sort by last modified time
    Searched defs:Funcs (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 247 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs,
250 // functions listed in Funcs.
252 << (Funcs.size()==1 ? "this function is" : "these functions are")
255 PrintFunctionList(Funcs);
260 // will be in the clone and Funcs will still point to valid memory
270 for (unsigned i = 0, e = Funcs.size(); i != e; ++i) {
271 Function *F = cast<Function>(VMap[Funcs[i]]);
501 // functions listed in Funcs.
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 776 static std::vector<std::string> Funcs;
779 Funcs.push_back("_Z14rsGetElementAt13rs_allocationj");
780 Funcs.push_back("_Z14rsGetElementAt13rs_allocationjj");
781 Funcs.push_back("_Z14rsGetElementAt13rs_allocationjjj");
783 Funcs.push_back("_Z14rsSetElementAt13rs_allocationPvj");
784 Funcs.push_back("_Z14rsSetElementAt13rs_allocationPvjj");
785 Funcs.push_back("_Z14rsSetElementAt13rs_allocationPvjjj");
787 Funcs.push_back("_Z25rsGetElementAtYuv_uchar_Y13rs_allocationjj");
789 Funcs.push_back("_Z25rsGetElementAtYuv_uchar_U13rs_allocationjj");
791 Funcs.push_back("_Z25rsGetElementAtYuv_uchar_V13rs_allocationjj")
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 142 SmallVector<std::unique_ptr<GCOVFunction>, 16> Funcs;
508 Funcs.push_back(
510 GCOVFunction &Func = *Funcs.back();
552 for (auto &Func : Funcs) {
859 uint32_t FuncChecksum = Funcs.empty() ? 0 : Funcs[j]->getFuncChecksum();
    [all...]

Completed in 164 milliseconds