HomeSort by relevance Sort by last modified time
    Searched refs:Functions (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 64 list_type Functions;
124 iterator begin() { return Functions.begin(); }
125 iterator end() { return Functions.end(); }
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 175 typename std::set<const FType*> Functions;
177 dbgs() << "Functions: \n";
180 Functions.insert(F);
185 Functions.insert(fi->first);
189 for (typename std::set<const FType*>::iterator FI = Functions.begin(), FE = Functions.end();
199 for (typename std::set<const FType*>::iterator FI = Functions.begin(), FE = Functions.end();
210 dbgs() << "Functions: \n";
  /external/llvm/lib/Transforms/Utils/
BasicInliner.cpp 44 /// addFunction - Add function into the list of functions to process.
45 /// All functions must be inserted using this interface before invoking
48 Functions.push_back(F);
57 /// inlineFuctions - Walk all call sites in all functions supplied by
59 /// inlined functions.
64 std::vector<Function *> Functions;
70 /// inlineFuctions - Walk all call sites in all functions supplied by
72 /// inlined functions.
76 // inline call sites in the original functions, not call sites that result
77 // from inlining other functions
    [all...]
  /external/mesa3d/docs/
MESA_agp_offset.spec 49 New Procedures and Functions
61 Additions to Chapter 3 the GLX 1.4 Specification (Functions and Errors)
MESA_copy_sub_buffer.spec 45 New Procedures and Functions
54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
MESA_pixmap_colormap.spec 37 Xlib functions but there is no colormap associated with pixmaps.
50 New Procedures and Functions
59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
MESA_set_3dfx_mode.spec 44 New Procedures and Functions
53 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
MESA_swap_control.spec 44 New Procedures and Functions
66 Additions to Chapter 5 of the 1.4 GL Specification (Special Functions)
MESA_resize_buffers.spec 46 New Procedures and Functions
  /external/llvm/lib/VMCore/
GCOV.cpp 27 DeleteContainerPointers(Functions);
51 assert (i < Functions.size() && ".gcda data does not match .gcno data");
52 GFun = Functions[i];
55 Functions.push_back(GFun);
66 for (SmallVector<GCOVFunction *, 16>::iterator I = Functions.begin(),
67 E = Functions.end(); I != E; ++I)
74 for (SmallVector<GCOVFunction *, 16>::iterator I = Functions.begin(),
75 E = Functions.end(); I != E; ++I)
  /external/webkit/Tools/Scripts/
run-launcher 33 use File::Spec::Functions qw/catdir/;
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 173 /// ReduceCrashingFunctions reducer - This works by removing functions and
211 std::set<Function*> Functions;
217 Functions.insert(CMF);
220 outs() << "Checking for crash with only these functions: ";
224 // Loop over and delete any functions which we aren't supposed to be playing
227 if (!I->isDeclaration() && !Functions.count(I))
236 Funcs.assign(Functions.begin(), Functions.end());
248 /// the CFG really fast which can reduce large functions quickly.
491 // Now try to reduce the number of functions in the module to something small
    [all...]
  /external/neven/
Android.mk 24 Embedded/common/src/b_APIEm/Functions.c \
31 Embedded/common/src/b_BasicEm/Functions.c \
46 Embedded/common/src/b_BitFeatureEm/Functions.c \
68 Embedded/common/src/b_ImageEm/Functions.c \
87 Embedded/common/src/b_TensorEm/Functions.c \
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 37 Functions[Name] = sys::MemoryBlock(Mem, Size);
RuntimeDyldImpl.h 49 StringMap<sys::MemoryBlock> Functions;
  /external/webkit/Source/WebKit2/Scripts/
generate-forwarding-headers.pl 34 use File::Spec::Functions;
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 140 FunctionListTy &Functions) {
145 Functions.push_back(f);
146 FunctionMap[Address] = &Functions.back();
363 FunctionListTy Functions;
371 // Insert the functions from the function starts segment into our map.
490 InstrAnalysis.get(), Start, DebugOut, FunctionMap, Functions);
504 FunctionMap, Functions);
509 // Create functions for the remaining callees we have gathered,
521 Functions.push_back(f);
522 mi->second = &Functions.back()
    [all...]
  /external/guava/src/com/google/common/base/
Functions.java 29 * Useful functions.
31 * <p>All methods returns serializable functions as long as they're given
40 public final class Functions {
41 private Functions() {}
169 * Returns the composition of two functions. For {@code f: A->B} and
223 /** @see Functions#forPredicate */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c 54 #pragma mark -- Helper Functions --
154 #pragma mark -- Driver Functions --
  /frameworks/compile/libbcc/runtime/make/
lib_util.mk 1 # Library Utility Functions
27 # Helper functions that select the entire list of subdirs where a function is
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunner.java 18 import com.google.common.base.Functions;
174 Functions.toStringFunction());
MonkeyDevice.java 18 import com.google.common.base.Functions;
283 Functions.toStringFunction());
315 Functions.toStringFunction());
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 14 // recursive functions, which they process all at once.
139 // Run pass P on all functions in the current SCC.
160 /// RefreshCallGraph - Scan the functions in the specified CFG and resync the
184 // Scan all functions in the SCC.
211 // constant folding happens of well known functions etc.
382 std::string Functions;
384 raw_string_ostream OS(Functions);
392 dumpPassInfo(P, EXECUTION_MSG, ON_CG_MSG, Functions);
437 // functions in this SCC. However, we support iterative compilation in the
  /external/llvm/include/llvm/Support/
GCOV.h 165 SmallVector<GCOVFunction *, 16> Functions;
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 55 New Procedures and Functions
199 Additions to Chapter 5 of the 1.1 Specification (Special Functions)

Completed in 3194 milliseconds

1 2 3